2-stepbooking process through: reserving availability and making the booking.
The process of making a booking through the API requires Reserve and Confirm. Update and Cancel are optional. We have described the possible Booking calls here:
1.
Booking
1.
Reserve - stage 1 reserves the availability by providing the availabilityId. The Availability ID comes from checking inventory.
2.
Confirm - stage 2 finalizes the booking. You will store the supplierReferenceNumber.
3.
Cancel (optional) - allows cancelling a confirmed booking.