post
https://api.aerocrs.com/v5/updatePassenger
This method will change the information about the passenger
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
ImportantWith this method you can not update information from other airlines.
Request parameters
| Parameter | Type | Description |
|---|---|---|
| flightid | Number* | The flight id |
| paxtoken | Unique identifer* | PAX token to be used in DCS related queries |
| firstname | String | Passenger new first name |
| lastname | String | Passenger new last name |
| age | Number | Passenger new age |
| seat | String | Passenger new seat |
| ffnumber | Number | Passenger new frequent flyer number |
| phonenumber | String | Passenger new phone number |
| Passenger new E-mail | ||
| nationality | String | Passenger new nationality |
| doctype | String | Type of document (PP/ID) |
| docnumber | String | Passenger new passport number |
| passportissuer | String | Passenger new passport issuing country (ISO code) |
| passportexpiry | Date | Passenger new passport expiry date |
| dateofbirth | Date | Passenger new date of birth |
| status | String | Passenger new check-in status |
| sequencenumber | String | Check in Sequence number |
| paxgender | String | Passenger gender (M/F/C) |
| remark | String | Passenger remark |
| ssrs | Element | The element will hold PNR SSR's in several 'ssr' variables |
| ssr | String | SSR code |
| baggages | Element | The element holds within it all the baggages to update |
| baggage | Element | The element holds the baggage details to update |
| baggagetag | String | The baggage tag |
| weight | Number | The weight |
| cow | Boolean | Carry-on weight (true/false) |
- Mandatory parameters
Notice!The request should contain all passenger data. In case some field is skipped - this field data will be erased.
Response
The method will respond with "success" true if classes successfully leveled down.

