POST api/appointments/checkin
CheckIn do colaborador no agendamento.
URI Parameters
None.
Body Parameters
AppointmentCheckinRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id do Agendamento |
globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": "a4700d9a-c7d2-463b-be40-75abac3e6a1c"
}
Response Formats
application/json, text/json
Sample:
Sample not available.