OrderCreate API

POST

/orders

The Order Create API is used to request an order to be created.

API flow

API flow

Examples

Creating an Order

One-way

Request a one-way order to be created

1. Request: AirShoppingRQ
HTTP Request
[show]
2. Response: AirShoppingRS
HTTP Response
[show]
3. Request: OrderCreateRQ
HTTP Request
[show]
4. Response: OrderViewRS
HTTP Response
[show]
Round-trip

Request a round-trip order to be created

1. Request: AirShoppingRQ
HTTP Request
[show]
2. Response: AirShoppingRS
HTTP Response
[show]
3. Request: OrderCreateRQ
HTTP Request
[show]
4. Response: OrderViewRS
HTTP Response
[show]
Tip
Request to create an order includes a payment voucher.

Creating an Order with reward number

Request an order to be created with Reward Number.

Reward number is only relevant when ordering and not when requesting an offer.

1. Request: OrderCreateRQ
HTTP Request
[show]
2. Response: OrderViewRS
HTTP Response
[show]

Create an Order with seat selection

Request an order to be created with seat selection.

1. Request: AirShoppingRQ
HTTP Request
[show]
2. Response: AirShoppingRS
HTTP Response
[show]
1. Request: SeatAvailabilityRQ
HTTP Request
[show]
2. Response: SeatAvailabilityRS
HTTP Response
[show]
1. Request: OfferPriceRQ
HTTP Request
[show]
2. Response: OfferPriceRS
HTTP Response
[show]
1. Request: OrderCreateRQ
HTTP Request
[show]
2. Response: OrderViewRS
HTTP Response
[show]