Skip to main content
POST
Add Appointment

Body

application/json
appointment_definition_id
integer
required
profile_id
string
required
location_id
integer
required
scheduled_start_at
string
required
scheduled_end_at
string
required
timezone
string
required
assigned_staff_id
string | null
status
enum<string>
Available options:
requested,
confirmed,
cancelled,
arrived,
completed,
no_show,
rejected
confirmed_at
string | null
notes
string | null
meta
string[] | null
transaction
object
order
object
answers
object[]

Response

Appointment

data
Appointment · object
required