Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Insert excerpt
API Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

Fare Preferences

...

nameFarePreferences

...

NAME

...

DESCRIPTION

...

FORMAT

...

ALLOWED/POSSIBLE VALUES

...

<Preference>

...

FarePreferences / TicketDesigs / TicketDesig

...

Special Discount code

...

Alphanumeric

...

Resident & Large Family Discount

FarePreferences / Types

Info

Attribute

Type@PreferencesContext

...

Mandatory for schema if 'Preference' tag is indicated and don't have other preference inside.

Type of product selected, as in the example below:

Code Block
languagexml
<Type PreferencesContext="TO">758</Type>

“TO“ the attribute for the Tour Operator private fare type and ‘758’ as the Code from PADIS 9910

...

Alphanumeric

...

For the Products currently available through our NDC channel, and the codes required to request them please see the information in Private Leisure Fares.

...

titleExample

...

languagexml

...

Parameters

Excerpt
nameParameters

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

MANDATORY FOR

<Parameters>

 

Info

Attribute

Parameters@refs

Reference for parameters, currently only used to get Upsell offers and used in conjunction with PricedMetadata.

Alphabetical

Presently the only accepted value is:

“IncludeUpsellOffers”

Mandatory for schema if 'Parameters' tag is indicated.

Expand
titleExample
Code Block
languagexml
<Parameters refs="IncludeUpsellOffers"/>
<Query>
	<Offer OfferID="IBe8421b7ef3524ca9ac921fde5c9dd646OC" Owner="IB" ResponseID="Qm9va2luZ0BHVy0xNjk4NjcwMTQ4MzUxLURLd0d3">
		<OfferItem OfferItemID="IBe8421b7ef3524ca9ac921fde5c9dd646OC_01">
			<PassengerRefs>ADULT_01</PassengerRefs>
		</OfferItem>
		<OfferItem OfferItemID="IBe8421b7ef3524ca9ac921fde5c9dd646OC_02">
			<PassengerRefs>INFANT_01</PassengerRefs>
		</OfferItem>
	</Offer>
</Query>
...
<DataLists>
	<PassengerList>
		<Passenger PassengerID="ADULT_01">
			<PTC>ADT</PTC>
		</Passenger>
		<Passenger PassengerID="INFANT_01">
			<PTC>INF</PTC>
		</Passenger>
	</PassengerList>
</DataLists>
<Metadata>
	<Other>
		<OtherMetadata>
			<PriceMetadatas>
				<PriceMetadata MetadataKey="IncludeUpsellOffers"/>
			</PriceMetadatas>
		</OtherMetadata>
	</Other>
</Metadata>	

Qualifier

Excerpt
nameQualifier

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Qualifier>

SpecialNeedQualifiers / Code

Code of the special need qualifiers.

Mandatory for schema if 'Qualifier' tag is indicated.

4 Alphabetical

Special Services

Note: Formerly, the only way to request SSRs was through OfferPriceRQ message, which is still possible to maintain backward compatibility. However, we recommend that from now on the ServiceList is used.

It should be noted that if SSRs are requested in both the OfferPriceRQ and the ServiceListRQ, then an error will be returned (please, see an example of this scenario in our Special Services Error Messages page).

...