getPassengerDetail

This method will give you a list of passengers according to a flight id and pax token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request parameters

ParameterTypeDescription
requestdetailsContainer*The container will separate parameters for each passenger
flightidNumber*The flight id
paxtokenString*PAX token to be used in DCS related queries
showinfantsBooleanWhether or not to show the infant data
❗️

  • Mandatory parameters

Response parameters

The method will response with all the information about the passenger in the requested flight.

ParameterTypeDescription
Passenger Information
paxdetailsElementAll the information regarding the passenger (paxdetails for each passenger)
paxtokenStringPAX token to be used in DCS related queries
firstnameStringFirst name of the passenger
lastnameStringLast name of the passenger
ageNumberAge of the passenger
paxtitleStringThe title of the passenger
paxwithinfantBooleanIs the passenger carrying infant
Flight and Seat Information
seatStringPassenger seat
sequencenumberStringThe sequence number
carrierclassStringThe carrier class
originStringThe origin code
destinationStringThe destination code
tailnumberStringThe tail number
statusStringPassenger check-in status
Contact and Loyalty Information
ffnumberNumberFrequent flyer number
phonenumberStringPassenger Phone number
emailStringPassenger E-mail
notesStringPassenger remarks (future use)
Special Services
ssrsContainerThe container will hold PNR SSR's in several <ssr> variables
ssrStringThe SSR name
Baggage Information
allowancesContainerThe container will hold a single bag_kg variable
bag_kgNumberAllowed baggage weight (according to origin)
Ancillary Services
ancillariesContainerThe container will hold PNR ancillaries in several <ancillary> variables
ancillaryStringThe ancillary name
APIS Data
apisdataContainerAdvance API Information
nationalityStringISO code of the passenger
typeStringType of identification document
passportnameStringPassport holder name
docnumberStringNumber of document (passport or I.D)
passportissuerStringISO code of the passport issuer
passportexpiryDateDate of expiry
genderStringGender (M-Male, F-Female, C-Child)
dateofbirthDatePassenger date of birth
paxgenderStringGender (M-Male, F-Female, C-Child)
Booking Information
bookingrefStringThe PNR reference
eticketnumberNumberIdentifier number of the passenger
Infant Information
infantDetailsContainerDetails of the infant carried by the pax
firstnameStringInfant first name
lastnameStringInfant last name
dateofbirthDateInfant date of birth
docnumberStringInfant doc number
passportexpiryDateInfant doc passport expiry
countryStringInfant country
countryISOStringInfant country ISO
passportissuerStringInfant passport issuer
Body Params
json
required

The method accepts the XML / JSON input as POST, response format will be according to the sent format. You can try JSON, put the post in the following input and click "Try It"

Headers
string
required

ID provided to you by AeroCRS

string
required

Password provided to you by AeroCRS

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
LoadingLoading…
Response
Choose an example:
application/json
application/xml