This is the basic workflow you need to run to buy tickets from any airline.


Regular Booking

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:

  1. AirShopping
  2. OfferPrice
  3. OrderCreate (without Form of Payment)
  4. OrderReshopReprice
  5. AirDocIssue

Booking Workflow with Autoticketing Booking with Autoticketing

  1. AirShopping
  2. OfferPrice
  3. OrderCreate (with Form of Payment)

Booking with Seats Booking with Seats

  1. AirShopping
  2. OfferPrice
  3. SeatAvailability
  4. 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.