Create Appointment
POST
/appointments/{companyId}/{agendaId}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/appointments/{{companyId}}/{{agendaId}}/' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "0faa8330-5376-4aa8-84bc-6ab5bae62b76",
"date": "2025-03-20",
"startTime": "15:00:00",
"endTime": "16:00:00",
"notes": "Initial consultation meeting",
"members": ["3707efb4-3fac-46e1-8407-66a5bbea0f82"]
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
agendaId
string
requerido
Exemplo:
{{agendaId}}
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01