cURL
curl --request POST \ --url https://api.vambe.me/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 - 50
1
Was this page helpful?