post https://connect.ticketinghub.com/api/v1/bookings
Reserving availability when making a booking. The steps to make a reservation are:
- Check Availability: Check the availability on the /availability endpoint to retrieve an
availabilityId
- Booking Reservation (this step): Create a booking that reserves the availability while you collect payment and contact information from the customer. The booking will remain with status
ON_HOLD
until the booking is confirmed or the reservation hold expires.
The availability for the booking is held for the amount of time equal to theexpirationMinutes
parameter (if provided), up to an internal limit set by either the supplier or the provider. The utc_expires_at
parameter in the response object will indicate when a reservtion will expire. A reservation can be extended by calling the /bookings/{uuid}/extend endpoint.
A reserved booking can be confirmed after the customer finalizes their choice on the /bookings/{uuid}/confirm endpoint provided the reservation had not expired.