Customer Adds an Ancillary to Existing Order - Service list
Description
This use case illustrates the addition of an ancillary (except a seat) into an existing Order.
Capabilities
Preconditions
An
Orderexists and contains already paid or unpaidOrderItem(s).Flights within
Orderhave been confirmed and paid.
Main Flow
Step | Message | Description |
|---|---|---|
01 | OrderRetrieveRQ | Seller retrieves latest version of an |
02 | OrderViewRS | Airline returns latest version of the |
03.a | Condition | Seller chooses to reshop for non-seat ancillaries |
03.a.1 | ServiceListRQ | Seller requests ancillaries associated to a flight in the |
03.a.2 | ServiceListRS | Airlines returns the list of available ancillaries |
03.a.3 | OrderQuoteRQ | Seller requests a quoted |
03.a.4 | OrderReshopRS | Airline returns a quoted |
03.a.5 | OrderChangeRQ | Seller accepts the quoted |
03.a.6 | OrderViewRS | Airline updates the |
| End of Use Case |
|
Postconditions
The
Orderis updated with anOrderItemcontaining the selected ancillary.
Data Elements
Step | Message | Element Location | Description |
01 | OrderRetrieveRQ | IATA_OrderRetrieveRQ/Request/OrderValidationFilterCriteria/OrderFilterCriteria/OrderID | Reference to the |
02 | OrderViewRS | IATA_OrderViewRS/Response/Order | Details of the retrieved |
03.a.1 | ServiceListRQ | IATA_ServiceListRQ/Request/ServiceListCoreRequest/OrderRequest/Order/OrderID | Reference to the |
|
| IATA_ServiceListRQ/Request/ServiceListCoreRequest/OrderRequest/Order/OrderItem/OrderItemID | Reference to the |
|
| IATA_ServiceListRQ/Request/ServiceListCoreRequest/OrderRequest/Order/OrderItem/PaxRefID | Reference to the Passenger for which the list of services is requested |
03.a.2 | ServiceListRS | IATA_ServiceListRS/Response/ALaCarteOffer | Contains the list of |
|
| IATA_ServiceListRS/Response/ALaCarteOffer/OfferItem | ALaCarte |
03.a.3 | OrderQuoteRQ | IATA_OrderQuoteRQ/Payload/ExistingOrder | Reference to the |
|
| IATA_OrderQuoteRQ/Payload/SelectedOffers | Reference to the selected |
03.a.4 | OrderReshopRS | IATA_OrderReshopRS/Response/ReshopResults/ReshopOffers/RequotedOffer | Quoted offer that includes the selected |
|
| IATA_OrderReshopRS/Response/ReshopResults/ReshopOffers/Offer | Optional, additional |
03.a.5 | OrderChangeRQ | IATA_OrderChangeRQ/Request/ChangeOrderChoice/AcceptSelectedQuotedOfferList | List of offers selected by the seller |
|
| IATA_OrderChangeRQ/Request/Order | Reference to the |
03.a.6 | OrderViewRS | IATA_OrderViewRS/Response/Order | Details of the updated |