Shop and Order a Flight For a Single Passenger

Description

This use case illustrates a prime booking flow for one single adult passenger, including the steps between flight shopping by origin/destination and order creation without payment.

Capabilities

Preconditions

  • None.

Main Flow

Step

Message

Description

1

AirShoppingRQ

Seller requests flight offers to airline, providing origins, destinations and dates.

2

AirShoppingRS

Airline responds with one or more offers.

 

3

OfferPriceRQ

Seller selects one offer and asks for a corresponding priced offer.

4

OfferPriceRS

Airline responds with a priced offer corresponding to the request (and, optionally, with additional offers).

5

OrderCreateRQ

Seller requests creation of the order with the selected priced offer.

6

OrderViewRS

Airline responds with the created order.

 

Postconditions

  • Order is created, unpaid.

Data Elements

1.1 AirShoppingRQ

FlightRequestOriginDestinationsCriteria

Origin, destination, dates.

PaxList

Minimal pax information (number of pax, PTCs).

1.2 AirShoppingRS

DataLists

Data lists with offers data.

OffersGroup

List of offers.

2.1 OfferPriceRQ

SelectedOfferList

Offer(s) selected by seller.

2.2 OfferPriceRS

DataLists

Data lists with offers data.

PricedOffer

Priced offer.

3.1 OrderCreateRQ

AcceptSelectedQuotedOfferList

Offer(s) selected for order creation.

DataLists

Here PaxList and ContactInfoList may be more detailed than before order creation.

3.2 OrderViewRS

Order

Created order.

DataLists

Data lists with order data.

 

Sample Messages

  File Modified

XML File EXM_SHP_001 - 01.1 - AirShoppingRQ.xml

Sept 21, 2023 by Vanni Sanvincenti

XML File EXM_SHP_001 - 01.2 - AirShoppingRS.xml

Sept 21, 2023 by Vanni Sanvincenti

XML File EXM_SHP_001 - 02.1 - OfferPriceRQ.xml

Sept 21, 2023 by Vanni Sanvincenti

XML File EXM_SHP_001 - 02.2 - OfferPriceRS.xml

Sept 21, 2023 by Vanni Sanvincenti

XML File EXM_SHP_001 - 03.1 - OrderCreateRQ.xml

Sept 21, 2023 by Vanni Sanvincenti

XML File EXM_SHP_001 - 03.2 - OrderViewRS.xml

Oct 24, 2023 by Vanni Sanvincenti