An example of end-to-end scenario based on on operation flow and user story
Operation flowsearchFlightsJourney → book (Flight) → read User storyS7 Agent wants to book round trip flight from Moscow (DME) to Vladivistok (VVO) for group of travelers (1 adult under 23 years, 1 children and 1 infants on a lap). He also wants to book C fare for subsidised passenger group. He chooses transfer S7 flights. |
The general process for book a trip such as this is:
Table of contents:
Before you can send a request to S7 Agent API, you must get an SSL certificate and configure your software. Use subsidised passenger types only for subsidised flow. |
S7 Agent executes a searchFlightsJourney operation with itinerary criteria and passenger types
|
Itinerary criteria:
Passenger types count:
Received solutions divided by fare family and mostly includes 4 sub solutions (Basic Economy, Flex Economy, Basic Business, Flex Business) for each itinerary solution.
Received solutions contain both subsidised and non-subsidised fares.
S7 Agent executes a book operation with passenger details and itinerary info of chosen solution from search results.
|
S7 Agent executes a read operation.