HomeAPI DocumentationBooking ProcessBooking Process Guidance

6.4. Booking Process Guidance

During the booking process, we would advise your website to make the api/Booking call first.

You can update the attendee for each booking using the bid returned from api/Booking by calling api/BookingAttendeesToBook using each bid returned and using api/BookingUpdate, supplying the conid chosen by the user.

Alternatively, you can require the attendee to visit a basket page and call api/UserBasket. This will return all bookings that are still to be processed to the user’s basket. From there, you can follow the same steps of first calling api/BookingAttendeesToBook and updating the attendee using api/BookingUpdate.

This page was: Helpful | Not Helpful