Create Appointment
Create a client appointment
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Account-Token
The account token that is associated with the end user linked to this account
Request
This endpoint expects an object.
patientId
patientName
patientPhone
patientEmail
clinicId
doubleBooking
patientToBeCharged
How much to charge the patient in dollars right now. Usually 0 for no charge at the time of booking.
date
time
The time of the appointment in 24 hour format (“15:15:00”)
notes
Notes to attach to the appointment booking.
typeOfAppointment
Allowed values:
outsideScheduledHours
appointmentService
The services that you want to book. You can get a list of available services from the getAppointmentTypes endpoint.
duration
The duration of the appointment in minutes. You can find the duration of each service from the getAppointmentTypes endpoint.
providerId
clearentEmailId
The email address associated with the person paying. Usually the same as the person who is making the booking.
clearentZip
The zip code of the person who is paying for the booking. Usually the same as the person who is making the booking.
paymentInfo
Response
This endpoint returns an object.
status
Allowed values: