# | Description | Mand | Mult | Default | Ref/Format/Desc | xPath | Example |
---|
1 | Passenger ID |  |  |  | a-Z;1-9, but min 1 char. | @ObjectKey | <Passenger ObjectKey="SH1"> |
2 | Passenger Type Code |  |  |  | ADT CHD INF
| PTC | <PTC>ADT</PTC> |
3 | Passenger Birth date |  |  |  | YYYY-MM-DD | Age /BirthDate | <Age> <BirthDate>1985-02-03</BirthDate> </Age> |
4 | Passenger Surname |  |  |  |
| Name /Surname | <Name> <Surname>Lem</Surname> <Given>Stanislav</Given> <Title>MR</Title> </Name> |
5 | Passenger Name |  |  |  |
| Name /Given | <Name> <Surname>Lem</Surname> <Given>Stanislav</Given> <Title>MR</Title> </Name> |
6 | Passenger Title |  |  |  | MR, MRS, MS | Name /Title | <Name> <Surname>Lem</Surname> <Given>Stanislav</Given> <Title>MR</Title> </Name> |
7 | Passenger Email | (if no phone number) |  |  |
| Contacts /Contact /EmailContact /Address | <EmailContact> <Address>v.ivanov@gmail.com</Address> </EmailContact> |
8 | Passenger phone number | (if no email) |  |  |
| Contacts /Contact /PhoneContact /Number | <PhoneContact> <Number CountryCode="7" AreaCode="906">7770934</Number> </PhoneContact> |
9 | Phone number country code |  |  |  |
| Contacts /Contact /PhoneContact /Number@CountryCode | <PhoneContact> <Number CountryCode="7" AreaCode="906">7770934</Number> </PhoneContact> |
10 | Phone number area code |  |  |  |
| Contacts /Contact /PhoneContact /Number@AreaCode | <PhoneContact> <Number CountryCode="7" AreaCode="906">7770934</Number> </PhoneContact> |
11 | Airline code - S7 always |  |  |  | S7 | FQTVs /TravelerFQTV_Information /AirlineID | <FQTVs> <TravelerFQTV_Information> <AirlineID>S7</AirlineID> <Account> <Number>612966192</Number> </Account> <ProgramID>S7</ProgramID> </TravelerFQTV_Information> </FQTVs> |
12 | Loyalty card number |  |  |  |
| FQTVs /TravelerFQTV_Information /Account /Number | <FQTVs> <TravelerFQTV_Information> <AirlineID>S7</AirlineID> <Account> <Number>612966192</Number> </Account> <ProgramID>S7</ProgramID> </TravelerFQTV_Information> </FQTVs> |
13 | Program ID - loyalty program owner code (Airline code) |  |  |  |
| FQTVs /TravelerFQTV_Information /ProgramID | <FQTVs> <TravelerFQTV_Information> <AirlineID>S7</AirlineID> <Account> <Number>612966192</Number> </Account> <ProgramID>S7</ProgramID> </TravelerFQTV_Information> </FQTVs> |
14 | Passenger gender |  |  |  | | Gender | <Gender>Male</Gender> |
15 | Passenger document type - PP always |  |  | PP | PP | PassengerIDInfo /PassengerDocument /Type | <Type>PP</Type> |
16 | Passenger document number - any document is indicated, regardless of the fact that the type is always PP |  |  |  |
| PassengerIDInfo /PassengerDocument /ID | <ID>4510173564</ID>
<ID>adrt12345</ID> |
17 | Passenger Birth сountry specified in the document |  |  |  | Сountry code | PassengerIDInfo /PassengerDocument /BirthCountry | <BirthCountry>RU</BirthCountry> |
18 | Date of Issue specified in the document |  |  |  | YYYY-MM-DD | PassengerIDInfo /PassengerDocument /DateOfIssue | <DateOfIssue>2011-10-10</DateOfIssue> |
19 | Date of expiration specified in the document (if not specified, you can specify the default date = current date + 1 year) |  |  |  | YYYY-MM-DD | PassengerIDInfo /PassengerDocument /DateOfExpiration | <DateOfExpiration>2021-10-10</DateOfExpiration> |
20 | Passenger country of residence specified in the document |  |  |  | Сountry code | PassengerIDInfo /PassengerDocument /CountryOfResidence | <CountryOfResidence>RU</CountryOfResidence> |