Appointments

Create an appointment (book)

Requires the appointments:write scope.

post/v1/appointments

Request body

datestring date required

YYYY-MM-DD

timestring required

HH:MM:SS (seconds required — '10:30' is rejected). until is computed from the service duration.

providerinteger required

Provider id (from service.providers)

serviceinteger required

Service id (singular; not product id)

patientinteger

Existing patient id (use this OR lead)

ignore_rulesstring[]

Example request

{
  "time": "10:30:00"
}

Response

The booked appointment

Changes

No recorded changes to this endpoint across all 1 revision of this API.