Pax contact info data list definition
Note:
For OrderCreate, mandatory for Primary ADT Pax. For sending order confirmation email.
List [0..1]
O
The electronic or geographic address which a party has provided as the contact channel. For example, contact email, contact postal address, contact phone number.
List [1..*]
M
Unique ContactInfo Identifier. Uniquely Identifies a set of Contact Information, within the context of one message.
Alphanumeric
M
To identify the contact purpose.
Note:
703 – Indicates address at destination
List[1..99]
O
The email address which should be used for contact purposes. This is mandatory for at least one ADT Pax. One email address can be provided.
List [0..1]
O
The email address which should be used for contact purposes. It is used for sending communication to the customer regarding the Order.
String
This is mandatory for at least one ADT Pax. One or more phone numbers can be provided.
Note:
For OrderCreate, mandatory for Primary ADT Pax. One or more phone numbers can be provided.
List [0..*]
O
PADIS code list: Contact Type (to identify the technical contact type information) ENUM: Primary Indicates Primary Pax. Confirmation email will be sent for the given email or Pax/ADT[1].
Note:
For OrderCreate - OrderViewRS, it is mandatory.
String
O
Numeric telephone dialing prefixes for the member countries of the International Telecommunication Union (ITU). Note: The phone number can be put unstructured into the phone element or can be put structured into country dialing code, area code, phone number and extension.
Note:
For OrderCreate - OrderViewRS and OrderRetrieve - OrderViewRS, it is mandatory.
Numeric
O
Phone number text. Examples: +1 999-999-9999 ext 1234, 617-9976 Note: This may be a simple, un-structured phone number, such as +01 999-999-9999 ext 1234 or combined with additional attributes country dialing code, area code and extension to create a structured phone number.
Decimal
O
Address details of the Passenger.
O
The name, expressed as text, of the city, town, or village.
String
O
ISO Country code like GB and US.
Char(2)
O
State code (Mandatory for US & CA Address). Example: NY.
Char(2)
O
Street name & number. Special Characters other than space slash(/) and hyphen (-) will be truncated or trimmed (due to backend limitations).
String
O
<ContactInfoList>
<ContactInfo>
<ContactInfoID>CI1</ContactInfoID>
<Phone>
<ContactTypeText>PER</ContactTypeText>
<CountryDialingCode>GB</CountryDialingCode>
<PhoneNumber>9999999999</PhoneNumber>
</Phone>
<EmailAddress>
<EmailAddressText>TEST@FLY.VIRGIN.COM</EmailAddressText>
</EmailAddress>
</ContactInfo>
</ContactInfoList>