# | Operation name | Input message | Output message | Description / Use cases | Samples | |
---|---|---|---|---|---|---|
1 | searchFlights | AirShoppingRQ | AirShoppingRS | Search flights request for the specified itinerary data and search type (low fare, smart choice or flight info search) | ||
2 | findRules | FareRulesRQ | FareRulesRS | Returns the filed details of a specific fare basis code | ||
3 | seatMap | SeatAvailabilityRQ | SeatAvailabilityRS | Returns data used to construct seat maps with prices | ||
4 | servicePrice | ServicePriceRQ | ServicePriceRS | Returns pricing of ancillary services | ||
5 | book | OrderCreateRQ | OrderViewRS | Creates new reservation (PNR) in reservation system | ||
6 | read | OrderRetrieveRQ | OrderViewRS | Returns information about existing PNR by PNR number | ||
7 | changeBook | OrderChangeRQ | OrderViewRS | Modification of PNR by specifying which PNR items to change and what to change (add/change/delete ancillary services, remarks or passengers information) | ||
8 | cancelBooking | OrderCancelRQ | OrderCancelRS | Operation of cancellation of a specified PNR, and returns confirmation of cancellation | ||
9 | reprice | ItinReshopRQ | ItinReshopRS | Operation returns the actual fares (for ticketing operation) according to the specified itinerary parameters | ||
10 | demandTicket | AirDocIssueRQ | AirDocDisplayRS | Operation set requests an Airline to issue flight (ETK) and/or ancillary (EMD) document(s) | ||
11 | retrieveTicket | AirDocDisplayRQ | AirDocDisplayRS | Returns information about existing ETK/EMD by ETK/EMD number | ||
12 | voidTicket | AirDocVoidRQ | AirDocVoidRS | Allows to void existing ETK | ||
13 | agentPayment | OrderCreateRQ | OrderViewRS | Create booking by flight solution, proceed payment, issue ETK for all passengers and send receipts to lead passenger
|