Create Appointment
Create a client appointment
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
The account token that is associated with the end user linked to this account
Request
How much to charge the patient in dollars right now. Usually 0 for no charge at the time of booking.
The time of the appointment in 24 hour format (“15:15:00”)
Notes to attach to the appointment booking.
The services that you want to book. You can get a list of available services from the getAppointmentTypes endpoint.
The duration of the appointment in minutes. You can find the duration of each service from the getAppointmentTypes endpoint.
The email address associated with the person paying. Usually the same as the person who is making the booking.
The zip code of the person who is paying for the booking. Usually the same as the person who is making the booking.