Update Date
PATCH
/appointments/{companyId}/{agendaId}/{appointmentId}/date
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PATCH '/appointments/{{companyId}}/{{agendaId}}/{{appointmentId}}/date' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "16:00:00",
"endTime": "17:00:00",
"date": "2025-03-20"
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
agendaId
string
requerido
Exemplo:
{{agendaId}}
appointmentId
string
requerido
Exemplo:
{{appointmentId}}
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01