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": "e4811cdf-a384-4112-a749-5a4977ec4998"
}
Response Formats
application/json, text/json
Sample:
Sample not available.