post https://api.aerocrs.com/v5/getPaxDetailsByCharter
This method will give you a list of passengers according to a charter date.
Request parameters
| Parameter | Type | Description |
|---|---|---|
| chartersDate | Date* | Charter date |
* Mandatory parameters
Response
The method will response with all the information about the passengers in the charter.
| Parameter | Type | Description |
|---|---|---|
| Charter Information | ||
| charter | Element | The element will contain all the information regarding to the charter |
| routedetails | Element | The element will contain all the information regarding the route |
| charterRouting | String | The charter route |
| chrtrETD | Time | Estimated Time of Departure |
| chrtrETA | Time | Estimated Time of Arrival |
| Passenger Details | ||
| paxdetails | Element | The element will holds all the passenger information (For each passenger) |
| firstname | String | First name of the passenger |
| lastname | String | Last name of the passenger |
| age | Number | Age of the passenger |
| paxtitle | String | The title of the passenger |
| paxwithinfant | Boolean | Is the passenger carrying infant |
| paxcountry | String | Country of the passenger |
| paxcountryiso | String | Passenger ISO country |
| paxtype | String | Type of the passenger |
| Contact Information | ||
| phonenumber | String | Phone number of the passenger |
| String | Email of the passenger | |
| ffnumber | Number | Frequent flyer number of the passenger |
| PNR Information | ||
| pnrref | String | The PNR reference |
| pnrstatus | String | The PNR status (OK/PN/RQ) |
| pnrname | String | PNR name |
| servicestatus | String | Service status (Active / Inactive) |
| servicebookingdate | Date | YYYY/MM/DD HH:MM - Service booking date |
| servicechangedate | Date | YYYY/MM/DD HH:MM - Service last change date (if cancelled) |
| pnrbookingdate | Date | YYYY/MM/DD HH:MM - PNR booking date |
| Agency Information | ||
| agencyname | String | Agency name (if the booking is from an agency) |
| agencycontact | String | The first contact in the agency |
| agencyphone | String | Agency phone number |
| agencyacccode | String | Agency accounting code |
| agencywebcode | String | Agency web code |
| APIS Data | ||
| apisdata | Element | Advance API Information |
| nationality | String | Nationality of the passenger |
| type | String | Type of document |
| passportname | String | Passport name of the passenger |
| docnumber | String | Passport number |
| passportissuer | String | Passport country |
| passportexpiry | Date | Passport expiry |
| gender | String | Gender (M-Male, F-Female, C-Child) |
| dateofbirth | Date | The date of birth of the passenger |
| paxgender | String | Gender (M-Male, F-Female, C-Child) |
| Remarks | ||
| remarks | Element | Each remark in the PNR will be represented in a <remarks> element |
| remark | String | Remark text |
