# | Operation name | Input message | Output message | Description / Use cases | Samples |
---|---|---|---|---|---|
1 | searchFlights | AirShoppingRQ | AirShoppingRS | Search flight solutions with use cases:
| |
2 | findRules | FareRulesRQ | FareRulesRS | Get fare rules for a flight | |
3 | seatMap | SeatAvailabilityRQ | SeatAvailabilityRS | Get seat map for a flight | |
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 | |
6 | book | OrderCreateRQ | OrderViewRS | Create booking by flight solution | |
7 | read | OrderRetrieveRQ | OrderViewRS | Read booking by PNR | |
8 | changeBook | OrderChangeRQ | OrderViewRS | Change booking by PNR:
| |
9 | cancelBooking | OrderCancelRQ | OrderCancelRS | Cancel booking by PNR | |
10 | reprice | ItinReshopRQ | ItinReshopRS | Get actual flight pricing by PNR | |
11 | demandTicket | AirDocIssueRQ | AirDocDisplayRS | Issuing documents:
| |
12 | retrieveTicket | AirDocDisplayRQ | AirDocDisplayRS | Read ticket (ETK) by number | |
13 | voidTicket | AirDocVoidRQ | AirDocVoidRS | Void ticket (ETK) by number |