An example of end-to-end scenario based on operation flow and user story
Operation flowsearchFlightsJorney → book (Flight) → reprice without PNR → reprice with PNR → demandTickets (ETK) User storyS7 Agent wants to buy round trip flight from Munich (MUC) to Moscow (DME) for one adult traveler of their corporate client. He chooses S7 direct flight. Agent, client and S7 are already entered into 3D agreement. |
The general process for buying a trip such as this is:
Table of contents:
3D (tripartite) agreement — is a special type of agency agreement between three parties:
How it looks like in real life: A large travel agency (e.g. Aeroclub) carries out agency support for Coca-Cola employees regularly flying on business trips. The existing 3D agreement between S7, Aeroclub and Coca-Cola allow Aeroclub to sell S7 flights to Coca-Cola employees with a discount provided by this agreement. |
This functionality is for adult passengers only You can use only one cabin type (Economy or Business) on the whole itinerary (both slices) You can't combine different discounts in one itinerary only Discounts are available only for S7 flightsOther scenarios are not differ from standard (OW example, group of ADT example) |
S7 Agent executes a searchFlightsJorney operation with itinerary criteria, passenger count and Agent/Corporate client codes to receive solution for trip
Received solutions include information for whole itinerary. Pricing also divided by fare family and mostly includes 4 sub solutions (Basic Economy, Flex Economy, Basic Business, Flex Business) for each itinerary solution. Prices include discounts. The discount amount and the discount percentage are also indicated.
S7 Agent executes a book operation with corporate client/agent details and itinerary info of chosen solution from search results:
<DetailedFlightItem> block consists of journey information, where each slice is described by the <OriginDestination> element, and each segment in slice by the <Flight> element.
Each <OriginDestination> takes from appropriate AirShoppingRS
/Envelope /Body /AirShoppingRS /DataLists /FlightSegmentList |
and <ClassOfService> (RBD) from
/Envelope /Body /AirShoppingRS /OffersGroup /AirlineOffers /AirlineOffer /PricedOffer /OfferPrice /RequestedDate /Associations /ApplicableFlight /FlightSegmentReference /ClassOfService/Code |
Agent/Corporate client codes are the same.
S7 Agent executes a informative reprice operation with itinerary info and Agent/Corporate client codes of chosen solution.
All information must be taken from AirShoppingRS:
itinerary details (airport codes and dates for origin and departure, airline code and flight number);
|
S7 Agent executes a reprice operation with itinerary info and Agent/Corporate client codes of chosen solution.
All information must be taken from AirShoppingRS:
itinerary details (airport codes and dates for origin and departure, airline code and flight number);
|
S7 Agent executes a demandTickets operation with reservation reference, pricing details and Agent/Corporate client codes.
Add information about PNR from OrderViewRS
Envelope/Body/OrderViewRS/Response/Order/BookingReferences/BookingReference/ID |
Fill in the form of payment as in example <*QUW0774>, where QUW0774 - client code
<Payments> <Payment> <Type> <Code>MS</Code> </Type> <Other> <Remarks> <Remark>*QUW0774</Remark> </Remarks> </Other> </Payment> </Payments> |