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": "752392ac-95f6-45a3-9202-9cbabe77c24f"
}
Response Formats
application/json, text/json
Sample:
Sample not available.