Operation list
# | Operation name | Input message | Output message | Description / Use cases | Samples | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | searchFlights | AirShoppingRQ | AirShoppingRS | Flight info Search flight solutions with use cases: flights request for the specified itinerary data and search type (low fare, smart choice or flight info search) |
| |||||||
2 | findRules | FareRulesRQ | FareRulesRS | Get fare rules for a flightReturns the filed details of a specific fare basis code | ||||||||
3 | seatMap | SeatAvailabilityRQ | SeatAvailabilityRS | Get seat map for a flight | Returns data used to construct seat maps with prices | |||||||
4 | 4 | baggageCharges | BaggageChargesRQ | BaggageChargesRS | Get extra baggage pricing for a whole requested itinerary | 5 | servicePrice | ServicePriceRQ | ServicePriceRS | Get seats and extra baggage pricing for a whole requested itinerary | Returns pricing of ancillary services | |
56 | book | OrderCreateRQ | OrderViewRSCreate booking by flight solution | Creates new reservation (PNR) in reservation system |
| |||||||
76 | read | OrderRetrieveRQ | OrderViewRS | Read booking Returns information about existing PNR by PNR number | ||||||||
87 | changeBook | OrderChangeRQ | OrderViewRS | Change booking by PNR:
| Modification of PNR by specifying which PNR items to change and what to change (add/change/delete ancillary services, remarks or passengers information) | |||||||
8 | 9 | cancelBooking | OrderCancelRQ | OrderCancelRS | Cancel booking by PNR | Operation of cancellation of a specified PNR, and returns confirmation of cancellation | ||||||
910 | reprice | ItinReshopRQ | ItinReshopRSGet actual flight pricing by PNR | Operation returns the actual fares (for ticketing operation) according to the specified itinerary parameters |
| |||||||
1110 | demandTicket | AirDocIssueRQ | AirDocDisplayRS | Issuing documents: e-ticketsOperation set requests an Airline to issue flight (ETK) and/or ancillary (EMD) document(s) |
| |||||||
1211 | retrieveTicket | AirDocDisplayRQ | AirDocDisplayRS | Read ticket (ETK) by number | Returns information about existing ETK/EMD by ETK/EMD number | |||||||
1213 | voidTicket | AirDocVoidRQ | AirDocVoidRS | Void ticket (ETK) by number | Allows to void existing ETK | |||||||
1314 | agentPayment | OrderCreateRQ | OrderViewRS | Create booking by flight solution, proceed payment, issue ETK for all passengers and send receipts to lead passenger
|
|