EXM_ACC_001 - Shop and Order a flight for a single passenger
Description
This use case illustrates a shopping flow for one single adult passenger, including the steps between flight shopping by origin/destination and order creation with payment.
...
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. |
7 | OrderSalesInformationNotificationRQ | Airline transmits sales information to accounting system. |
Postconditions
· Order is created and is paid.
Data Elements
1.1 AirShoppingRQ
Origin, destination, dates. | |
Minimal pax information (number of pax, PTCs). |
1.2 AirShoppingRS
Data lists with offers data. | |
List of offers. |
2.1 OfferPriceRQ
Offer(s) selected by seller. |
2.2 OfferPriceRS
Data lists with offers data. | |
Priced offer. |
3.1 OrderCreateRQ
Offer(s) selected for order creation. | |
Here PaxList and ContactInfoList may be more detailed than before order creation. |
3.2 OrderViewRS
3.3 OrderSalesInformationNotificationRQ
Created order. | |
Order Item | |
Order Item Status | |
Service | |
Service Status | |
Delivery Status Code | |
Internal Values | [include VAT / tax info] e.g. … |
Payment | |
Payment Status |
Sample Messages
Attachments | ||
---|---|---|
|