This page will detail the entire process of creating a complete booking using the API. The other pages in this section further detail the available API requests for each attribute. Not all attributes are required to make a booking (see below), but this guide will assume that the booking being created has all attributes.
In this example, a booking and its attributes will be created in the following order:
* Required
This is the most efficient way of creating a booking with all attributes as the Booking requires a Booking Item ID and Booking Customer requires a Booking ID.
The first step in creating a Booking is to create the Booking Item. This is only required once, for each unique Booking Item, and does not need to be re-created for each Booking.
Documentation on how to create new booking item can be found here.
The second step is to create the Booking. This requires the Booking Item ID from the previous step.
Documentation on how to create new booking can be found here.
The final step is to create the Booking Customer.
Documentation on how add customer to the booking can be found here.