v1
latestOpenAPI 3.0.02026-07-26550199.6 KBappointment
Create a single appointment
Create a single appointment
post/appointments
Request body
Example request
{
"serviceId": 1,
"locationId": 1,
"practitionerId": 1,
"caseId": 1,
"patientId": 1,
"note": "Some notes"
}Response
Successfully created appointment
Example response
{
"id": 1,
"busyTimePractitionerIds": [
1
],
"serviceId": 1,
"locationId": 1,
"practitionerId": 1,
"appointmentPatients": [
{
"appointmentId": 1,
"patientId": 1,
"caseId": 1,
"note": "Some notes",
"invoiceId": 1,
"cancellationReason": "Other",
"cancellationRate": 30,
"cancellationNote": "Some notes"
}
],
"repeatId": "12345678-abcd-4321-dcba-12a34b56c78d",
"recurringRule": "DTSTART:2023080T010000ZRRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=6",
"pricing": 193.99,
"total": 193.99,
"supportItemIds": [
1
],
"note": "Some notes"
}