An example of end-to-end scenario based on on operation flow and user story
Operation flowread (booking) → servicePrice→ seatMap→ addAncillaries User storyS7 agent wants to buy extra bag with discount for 1ADT in booking with tickets issued earlier. He also wants to cancel ancillaries services if it necessary. |
The general process for book a trip and read reservation details such as this is:
Read reservation: S7 Agent executes a read operation to get information about passengers, issued tickets and route;
Get ancillaries pricing (bag): S7 Agent executes a servicePrice operation to get information about available ancillaries and ancillaries pricing (which include discount details);
Issue EMD for ancillaries services: S7 Agent executes an addAncillaries operation to issue EMD for chosen ancillaries services;
Table of contents:
Before you can send a request to S7 Agent API, you must get an SSL certificate and configure your software. |
To receive ancillaries pricing with discount in the test environment S7 Agent API Agent can contact our technical support by Kaiten. Certification required to use this service scenario in the production environment. |
S7 Agent executes a read operation to get information about passengers, issued tickets and rout.
|
|
S7 Agent executes a servicePrice operation to get information about extra bag price.
|
|
S7 Agent executes an addAncillaries operation to issue EMD for choosen ancillaries services.
|
|
|