This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request POST '{{subdomain}}/api2/api2/client_appointments.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"ClientAppointment": {
"item_id": 15,
"date": "2023-03-23 14:00:00",
"end_date": "2023-03-23 15:00:00",
"body": "Initial consultation",
"action_id": 1,
"status": 0,
"partner_type": 1,
"partner_id": 15,
"staff_id": 1,
"share_with_partner": 1
}
}'
{}