This method will give you the booking details according to the booking confirmation

Request parameters

ParameterTypeDescription
bookingconfirmationString*as accepted from confirmBooking
OR
PNR ref
passengerlastnameStringPassenger last name – MANDATORY if you are giving the PNR ref., otherwise OPTIONAL

❗️
  • Mandatory parameters

Response

ParameterTypeDescription
bookingElementInclude all the information regarding the booking
bookingidNumberBooking ID used
bookingconfirmationStringBooking confirmation string
linktobookingLinkThe link to the booking in the airline website
pnrrefStringThe PNR ref (record locator)
ticketnumberNumberTicket number ID in AeroCRS system (if ticketed)
invoicenumberNumberInvoice number in airline (if ticketed)
statusStringOK – PNR is OK and approvedPN – PNR is in PENDING status and will be kept for 24 hours for manual approving with the airline
flightsElementHolds all flights information in the booking, each flight is represented by a flight element
flightElementHolds the flight information in the booking
airlineStringAirline name
airlinedesignatorStringAirline 2 letter code in IATA (if exists)
airlineICAOcodeStringAirline 3 letter ICAO code (if exists)
fromStringFrom destination name
fromcodeStringFrom destination code
toStringTo destination name
tocodeStringTo destination code
classStringClass code
flightdateDateYYYY/MM/DD date of flight
departTimeHH:MM time of departure
arriveTimeHH:MM time of arrival
numberStringFlight number
invidNumberID of booked flight (used internal)
invpricingMoneyTotal pricing in USD for the flight
passengersElementHolds all passenger elements
passengerElementHolds the passenger information in the booking
paxtitleStringPassenger title
lastnameStringPassenger last name
firstnameStringPassenger first name
paxtypeStringPassenger type
checkinElementList of flights and their check in status
remarksElementEach remark in the PNR will be represented in a element
remarkElementThe Element will include a single text element
textStringRemark text
vouchersElementEach voucher in the PNR will be represented in a element
voucherElementThe Element include information regarding to the voucher
agentconfirmationStringAgent reference as inserted in createBooking
vccreatedDateYYYY/MM/DD date time of the system when creating the voucher
vctotalMoneyPricing of voucher
BalanceinformationElementBalance DUE payment of this booking.
PNRtotalNumberTotal amount of the booking
PNRoutstandingpaymentNumberBalance DUE payment of this booking.
BalanceInCurrenciesElementBalance DUE payment of this booking in currencies, the same nodes as balanceInformation
Language