Method allows to make prebooking of seats.

Request parameters

ParameterTypeDescription
bookingidNumber*The bookingid (In case of new reservation must be zero)
companycodeString*The airline designator
flightsElement*An array of flights
flightnumberString*The flight number requested
flightdateDate*The flight date requested
fromcodeString*Departure destination code
tocodeString*Arrival destination code
classString*The class code
seatArray*The array Includes the seat name requested

❗️
  • Mandatory parameters

Response

The method will response with a list of seat fares in the flight

ParameterTypeDescription
bookingidNumberThe bookingid
companycodeStringThe airline designator
flightsElementAn array of flights
flightnumberDateThe flight number requested
flightdateStringThe flight date requested
fromcodeStringDeparture destination code
tocodeStringArrival destination code
classStringThe class code
seatElementAn array of seats
statusBooleanThe status of action
seatStringThe seat name
msgString/BooleanNotification
fareMoneyThe fare for the seat
currencyStringThe currency used in the fare
Language
Authorization