post https://api-stage.onsched.com/v3/appointment
Use this endpoint to Create a new appointment. The appointment will be created with a "BK", Booked status.
Posting an appointment with "BK" status requires all information necessary to call and complete the booking transaction
Alternatively, you can post an appointment using the hold route POST /v3/appointment/{id}/hold
which creates the initial booking, and will require minimal data.
The method you choose depends on your solutions workflow.
startTime and endTime are required. Use the ISO 8601 format for DateTime Timezone,
e.g., 2016-10-30T09:00:00-5:00
Complete Booking
The
completeBooking
parameter has been replaced with this endpoint. To Create an Appointment in Initial (IN) Status please see Create Appointment Hold