Add Members
PATCH
/appointments/{companyId}/{agendaId}/{appointmentId}/addmembers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/appointments/117aeac1-17f8-4628-a97c-56550df3f1f2/2ec66517-26f0-4c7d-8509-1c89b2d15a8f/25e04710-d1d7-4542-8d6c-10d173fff660/addmembers' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"members": ["a35b437c-f3c5-49d3-a74d-63993427a6c5"]
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
117aeac1-17f8-4628-a97c-56550df3f1f2
agendaId
string
requerido
Exemplo:
2ec66517-26f0-4c7d-8509-1c89b2d15a8f
appointmentId
string
requerido
Exemplo:
25e04710-d1d7-4542-8d6c-10d173fff660
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Parâmetros Bodyapplication/json