getPaxDetailsByCharter

This method will give you a list of passengers according to a charter date.

Request parameters

ParameterTypeDescription
chartersDateDate*Charter date

❗️

* Mandatory parameters

Response

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

ParameterTypeDescription
Charter Information
charterElementThe element will contain all the information regarding to the charter
routedetailsElementThe element will contain all the information regarding the route
charterRoutingStringThe charter route
chrtrETDTimeEstimated Time of Departure
chrtrETATimeEstimated Time of Arrival
Passenger Details
paxdetailsElementThe element will holds all the passenger information (For each 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
paxtypeStringType of the passenger
Contact Information
phonenumberStringPhone number of the passenger
emailStringEmail of the passenger
ffnumberNumberFrequent flyer number of the passenger
PNR Information
pnrrefStringThe PNR reference
pnrstatusStringThe PNR status (OK/PN/RQ)
pnrnameStringPNR name
servicestatusStringService status (Active / Inactive)
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
agencyacccodeStringAgency accounting code
agencywebcodeStringAgency web code
APIS Data
apisdataElementAdvance API Information
nationalityStringNationality of the passenger
typeStringType of document
passportnameStringPassport name of the passenger
docnumberStringPassport number
passportissuerStringPassport country
passportexpiryDatePassport expiry
genderStringGender (M-Male, F-Female, C-Child)
dateofbirthDateThe date of birth of the passenger
paxgenderStringGender (M-Male, F-Female, C-Child)
Remarks
remarksElementEach remark in the PNR will be represented in a <remarks> element
remarkStringRemark text
Language