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": "4000cbfb-ce80-4a8e-9213-39775a2f16ba"
}
Response Formats
application/json, text/json
Sample:
Sample not available.