Category / Section
Booking Workflows
Published:
This is the basic workflow you need to run to buy tickets from any airline.
Regular Booking
It is necessary to make a previous method before the verb that provides us to issue the tickets (AirDocIssue). This method is the OrderReshopReprice, it is used to get the reprice quote since the original price can change.
The flow is as follow:
- AirShopping
- OfferPrice
- OrderCreate (without Form of Payment)
- OrderReshopReprice (if needed)
- AirDocIssue
Booking Workflow with Autoticketing
- AirShopping
- OfferPrice
- OrderCreate (with Form of Payment)
Booking with Seats or Services
- AirShopping
- OfferPrice
- SeatAvailability
- OrderCreate (with Form of Payment)
Passenger information
A very important information to invoke the OrderCreate is the required infomation for each passenger, here you can find a explanation with examples regarding this topic.