Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Here we have the contact information for the passengers in the Order.

Error rendering macro 'excerpt-include' : No link could be created for 'NDC2:DRAFT - New 17.2 COMBINED'.

<Response / DataLists / ContactList>

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

Attribute

ContactInformation@ContactID

Id of the contact information

Alphanumeric

Any

OrderCreateRS
OrderChangeRS
OrderViewRS
OrderReshopRS

ContactInformation / ContactProvided / ContactType

Identifier of field that agencies can inlclude to specify the information to include in confirmation mails.

  • itin_only (omits the pricing

  • itin_and_price (which is the default value)

  • not_send_mail

Alphabetic

  • itin_only (omits the pricing

  • itin_and_price (which is the default value)

  • not_send_mail

OrderCreateRS
OrderChangeRS
OrderViewRS
OrderReshopRS

ContactInformation / ContactProvided / EmailAddress / EmailAddressValue

Email address of the contact

Alphanumeric

Any

OrderCreateRS
OrderChangeRS
OrderViewRS
OrderReshopRS

ContactInformation / ContactProvided / Phone / Label

Identify type of phone number

Alphabetic

Any

OrderCreateRS
OrderChangeRS
OrderViewRS
OrderReshopRS

ContactInformation / ContactProvided / Phone / CountryDialingCode

Country Code associated to phone number if it is filled

Alphanumeric

Ej: (+34)

OrderCreateRS
OrderChangeRS
OrderViewRS
OrderReshopRS

ContactInformation / ContactProvided / Phone / PhoneNumber

Phone number of the contact

Numeric

Any

OrderCreateRS
OrderChangeRS
OrderViewRS
OrderReshopRS

ContactInformation / Individual / Gender

Gender of the passenger

Alphabetical

OrderCreateRS
OrderChangeRS
OrderViewRS
OrderReshopRS

ContactInformation / Individual / Surname

Concatenated Name and Surname of emergency contact

Alphabetic

Any

OrderCreateRS
OrderChangeRS
OrderViewRS
OrderReshopRS

 Example
<ContactList>
	<ContactInformation ContactID="ADULT_01_CONTACT">
		<ContactType/>
		<ContactProvided>
			<EmailAddress>
				<EmailAddressValue>email@email.com</EmailAddressValue>
			</EmailAddress>
		</ContactProvided>
		<ContactProvided>
			<Phone>
				<Label>Passenger</Label>
				<PhoneNumber>+34#########</PhoneNumber>
			</Phone>
			<Phone>
				<Label>Emergency</Label>
				<PhoneNumber>+34#########</PhoneNumber>
			</Phone>
		</ContactProvided>
		<Individual>
			<GivenName>CONTACTO</GivenName>
			<Surname>EMERGENCIA</Surname>
		</Individual>
	</ContactInformation>
	<ContactInformation ContactID="ADULT_02_CONTACT">
		<ContactType/>
		<ContactProvided>
			<EmailAddress>
				<EmailAddressValue>email@email.com</EmailAddressValue>
			</EmailAddress>
		</ContactProvided>
		<ContactProvided>
			<Phone>
				<Label>Passenger</Label>
				<PhoneNumber>+34#########</PhoneNumber>
			</Phone>
		</ContactProvided>
	</ContactInformation>
	<ContactInformation ContactID="Payer">
		<ContactType>Payer</ContactType>
		<ContactProvided>
			<EmailAddress>
				<EmailAddressValue>email@email.com</EmailAddressValue>
			</EmailAddress>
		</ContactProvided>
		<IndividualRef>IND_ADULT_01</IndividualRef>
	</ContactInformation>
</ContactList>

  • No labels