post https://api.aerocrs.com/v5/getPassengerDetail
This method will give you a list of passengers according to a flight id and pax token
Request parameters
Parameter | Type | Description |
---|---|---|
requestdetails | Container* | The container will separate parameters for each passenger |
flightid | Number* | The flight id |
paxtoken | Unique identifer* | PAX token to be used in DCS related queries |
showinfants | Boolean | Wether 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.
Parameter | Type | Description |
---|---|---|
paxdetails | Element | All the information regarding the passenger (paxdetails for each passenger) |
paxtoken | Unique identifer | PAX token to be used in DCS related queries |
firstname | String | First name of the passenger |
lastname | String | Last name of the passenger |
age | Number | Age of the passenger |
paxtitle | Title | The title of the passenger |
paxwithinfant | Boolean | Is the passenger carrying infant |
seat | String | Passenger seat |
sequencenumber | String | The sequence number |
carrierclass | String | The carrier class |
origin | String | The origin code |
destination | String | The destination code |
tailnumber | String | The tail number |
status | String | Passenger check-in status |
ffnumber | Number | Frequent flyer number |
phonenumber | String | Passenger Phone number |
Passenger E-mail | ||
notes | String | Passenger remarks (future use) |
ssrs | Container | The container will hold PNR SSR's in several variables |
ssr | String | The SSR name |
allowances | Container | The container will hold a single bag_kg variable |
bag_kg | Number | Allowed baggage weight (according to origin) |
ancillaries | Container | The container will hold PNR ancillaries in several variables |
ancillary | String | The ancillary name |
apisdata | Container | Advance API Information |
nationality | String | ISO code of the passenger |
type | String | Type of identification document |
passportname | String | Passport holder name |
docnumber | String | number of document (passport or I.D) |
passportissuer | String | ISO code of the passport issuer |
passportexpiry | Date | Date of expiry |
gender | String | Gender (M-Male, F-Female, C-Child) |
dateofbirth | Date | Passenger date of birth |
bookingref | String | The PNR reference |
eticketnumber | Number | identifier number of the passenger. |
paxgender | String | Gender (M-Male, F-Female, C-Child) |
infantDetails | Container | Details of the infant carried by the pax |
firstname | String | Infant first name |
lastname | String | Infant last name |
dateofbirth | Date | Infant date of birth |
docnumber | String | Infant doc number |
passportexpiry | String | Infant doc passport expiry |
country | String | Infant country |
countryISO | String | Infant country ISO |
passportissuer | String | Infant passport issuer |