You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

API provides:

  • General shopping flow: searching, booking and ticketing flight solutions;
  • Service operations with bookings (read, change and cancel) and tickets (read and void);
  • Information such as flight details, ancillaries and fare pricing, raw fare rules directly from S7. 

Also service makes available shopping with 3D agreements (Agent sell S7 flights for theirs corporate clients with special discounts).

All operations use synchronous behaviour, generally stateless model and IATA NDC schema v15.2

Before you can send a request to S7 Agent API, you must get an SSL certificate and configure your software.

Table of contents:

Page tree:

Operation list

#Operation nameInput messageOutput messageDescription / Use casesSamples
1searchFlightsFlexAirShoppingRQAirShoppingRSSearch operation finds one cheapest solution for each day of given range for the specified search criteria

Unable to render {children}. Page not found: searchFlightsFlex operation | Samples.

2searchFlightsAirShoppingRQAirShoppingRS

Search flights request for the specified itinerary data and search type (low fare, smart choice or flight info search)

Unable to render {children}. Page not found: searchFlights operation | Samples.

3findRulesFareRulesRQFareRulesRS

Returns the filed details of a specific fare basis code


4seatMapSeatAvailabilityRQSeatAvailabilityRS

Returns data used to construct seat maps with prices


5servicePriceServicePriceRQServicePriceRS

Returns pricing of ancillary services

6bookOrderCreateRQOrderViewRSCreates new reservation (PNR) in reservation system
7readOrderRetrieveRQOrderViewRSReturns information about existing PNR by PNR number
8changeBookOrderChangeRQOrderViewRS

Modification of PNR by specifying which PNR items to change and what to change (add/change/delete ancillary services, remarks or passengers information)


9cancelBookingOrderCancelRQOrderCancelRSOperation of cancellation of a specified PNR, and returns confirmation of cancellation
10repriceItinReshopRQItinReshopRSOperation returns the actual fares (for ticketing operation) according to the specified itinerary parameters

11demandTicketsAirDocIssueRQAirDocDisplayRS

Operation set requests an Airline to issue flight (ETK) and/or ancillary (EMD) document(s)

12retrieveTicketAirDocDisplayRQAirDocDisplayRSReturns information about existing ETK/EMD by ETK/EMD number
13voidTicketAirDocVoidRQAirDocVoidRSAllows to void existing ETK
14agentPaymentOrderCreateRQOrderViewRS

Create booking by flight solution, proceed payment, issue ETK for all passengers and send receipts to lead passenger

It is not public. Request our technical support for access to documentation by JIRA or email at api.support@s7.ru

Unable to render {children}. Page not found: agentPayment operation | Samples.

  • No labels