getPassengersByFlight

This method will give you a list of passengers according to a flight number and date

📘

Important

You can search up to 10 flights at a time

Request parameters

ParameterTypeDescription
shownonticketedBooleantrue/false (lowercase), will show the non ticketed bookings if set to true
flightnumberString*The flight number requested
flightdateDate*The flight date requested
generatetokensBooleanIf you would like to generate PAX tokens for the check-in system queries API
showcancelledBooleanIf you would like to see cancelled bookings in the call
showinfantsBooleanSend as true if you want to get infant data along with the adult data
showbaggagesBooleanSend as true if you want to get the pieces of baggage

❗️

* Mandatory parameters

Response

The method will response with all the information about the passengers in the requested flights.

ParameterTypeDescription
Flight Information
flightElementThe following parameters are within flight (The element flight will be for each flight)
flightidNumberThe flight id
flightnumberStringFlight number requested
flightdateDateYYYY/MM/DD date of the flight
serviceloadNumberWill be displayed per flight
opsremarkStringFlight OPS remark
Passenger Details
paxDetailsContainerAll the information regarding the passenger
firstnameStringFirst name of the passenger
lastnameStringLast name of the passenger
ageNumberAge of the passenger
paxtitleStringThe title of the passenger
paxwithinfantBooleanIs the passenger carrying infant
paxcountryStringCountry of the passenger
paxcountryisoStringPassenger ISO country
fromdestinationStringDestination "from" code
todestinationStringDestination "To" code
PNR Information
pnrrefStringThe PNR reference
pnrstatusStringThe PNR status (OK/PN/RQ)
pnrnameStringPNR name
servicestatusStringService status (Active / Cancelled)
servicebookingdateDateYYYY/MM/DD HH:MM - Service booking date
servicechangedateDateYYYY/MM/DD HH:MM - Service last change date (if cancelled)
pnrbookingdateDateYYYY/MM/DD HH:MM - PNR booking date
Agency Information
agencynameStringAgency name (if the booking is from an agency)
agencycontactStringThe first contact in the agency
agencyphoneStringAgency phone number
agencycodeStringAgency code
agencyaccountingcodeStringAgency accounting code
Class and Seat Information
classcodeStringClass code
seatStringSeat name
sequencenumberStringCheck-in sequence number
statusStringPassenger check-in status
Passenger Identification
paxtokenStringPAX token to be used in DCS related queries
paxunqStringIdentifier of the passenger
paxtypeStringThe title of the passenger
Flight Connections
inboundflightStringFlight number of inbound flight
inboundflightoriginStringThe origin of the inbound flight
outboundflightStringFlight number of outbound flight
outboundflightdestinationStringThe destination of the outbound flight
Accommodation
accommodationfromStringAccommodation from name (if exist)
accommodationtoStringAccommodation to name (if exist)
Aircraft Information
tailnumberStringThe tail number
Frequent Flyer Program
ffnumberNumberFrequent flyer number
fflevelStringFrequent Flyer member degree level
fftotalawardedNumberAmount of awarded points of the frequent flyer member
fftotalstatusNumberAmount of status points of the frequent flyer member
fftotalbonusNumberAmount of bonus points of the frequent flyer member
Contact Information
phonenumberStringPassenger phone number
emailStringPassenger E-mail
Ticketing
eticketnumberNumberidentifier number of the passenger
Notes and Remarks
notesStringCheck-in sequence number
remarksContainerThe container will hold PNR remarks in several <remark> variables
Special Service Requests
ssrsContainerThe container will hold PNR SSR's in several <ssr> variables
ssrContainerThe SSR name
Baggage Information
allowancesContainerThe container will hold a single bag_kg variable
bag_kgNumberAllowed baggage weight (according to origin)
baggagescheckinContainerThe container will hold all the baggages
baggageContainerThe container will hold the pieces of baggage
weightNumberThe weight
massunitStringThe mass unit
baggagetagStringThe baggage tag
cowBooleanCarry-on weight (true/false)
Ancillary Services
ancillariesContainerThe container will hold PNR ancillaries in several <ancillary> variables
ancillaryContainerThe ancillary name
APIS Data
apisdataContainerAdvance API Information
nationalityStringISO code of the passenger
typeStringType of identification document (PASSPORT as default)
passportnameStringPassport holder name
docnumberStringNumber of document (passport number, I.D. number)
passportissuerStringISO code of the passport issuer
passportexpiryDateDate of expiry
genderStringGender (M-Male, F-Female, C-Child)
dateofbirthDatePassenger date of birth
visanumberStringNumber of the visa
visaexpiryDateDate of passport/ID expiry
paxgenderStringGender (M-Male, F-Female, C-Child)
Infant Information
infantDetailsContainerAn object containing infant data that will be listed below
firstnameStringFirst name of infant
lastnameStringLast name of infant
dateofbirthDateInfant date of birth
docnumberStringInfant document number
passportexpiryDateInfant's doc expiry
countryStringSame as paxcountry
countryISOStringSame as paxcountryiso
passportissuerStringSame as passportissuer for passengers
weightNumberPassenger weight
Error Handling
errorStringWill show incase the flight searched does not exist
Language