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
paxtokenUnique identifer*PAX token to be used in DCS related queries
❗️

  • Mandatory parameters

Response parameters

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

ParameterTypeDescription
paxdetailsElementAll the information regarding the passenger (paxdetails for each passenger)
paxtokenUnique identiferPAX token to be used in DCS related queries
firstnameStringFirst name of the passenger
lastnameStringLast name of the passenger
ageNumberAge of the passenger
paxtitleTitleThe title of the passenger
paxwithinfantBooleanIs the passenger carrying infant
seatStringPassenger seat
sequencenumberStringThe sequence number
carrierclassStringThe carrier class
originStringThe origin code
destinationStringThe destination code
tailnumberStringThe tail number
statusStringPassenger check-in status
ffnumberNumberFrequent flyer number
phonenumberStringPassenger Phone number
emailE-mailPassenger E-mail
notesStringPassenger remarks (future use)
ssrsContainerThe container will hold PNR SSR's in several <ssr> variables
ssrStringThe SSR name
allowancesContainerThe container will hold a single bag_kg variable
bag_kgNumberAllowed baggage weight (according to origin)
ancillariesContainerThe container will hold PNR ancillaries in several <ancillary> variables
ancillaryStringThe ancillary name
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
bookingrefStringThe PNR reference
eticketnumberNumberidentifier number of the passenger.
paxgenderStringGender (M-Male, F-Female, C-Child)
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