curl --request POST \
--url https://api.example.com/api/public/booking-url/{urlName}/create-appointment \
--header 'Content-Type: application/json' \
--data '
{
"patientId": "<string>",
"treatmentId": "<string>",
"professionalId": "<string>",
"locationId": "<string>",
"date": "<string>",
"time": "<string>"
}
'curl --request POST \
--url https://api.example.com/api/public/booking-url/{urlName}/create-appointment \
--header 'Content-Type: application/json' \
--data '
{
"patientId": "<string>",
"treatmentId": "<string>",
"professionalId": "<string>",
"locationId": "<string>",
"date": "<string>",
"time": "<string>"
}
'3 - 50111111Was this page helpful?