POST api/appointments/checkin
CheckIn do colaborador no agendamento.
URI Parameters
None.
Body Parameters
AppointmentCheckinRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CPF |
CPF do colaborador - Ex: 000.000.000-00 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"CPF": "sample string 1"
}
Response Formats
application/json, text/json
Sample:
Sample not available.