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": "a6108ebc-af9b-4662-9c3e-001612f2b6c1"
}
Response Formats
application/json, text/json
Sample:
Sample not available.