Versions Compared

Key

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

...

Excerpt
namePricedMetadata

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

<Metadata / Other / OtherMetadata / PriceMetadatas>

PriceMetadata

Info

Attribute

MetadataKey

Used in OfferPriceRQ to obtain higher fares (Upsell Offers) in the response: Upselling

Mandatory for schema if 'Metadata' tag is indicated

Alphabetical

Presently the only accepted value is:

“IncludeUpsellOffers”

OfferPriceRQ

Price Metadata example

Expand
titleExamplePrice Metadata example
Code Block
languagexml
<OfferPriceRQ>
......
	<Metadata>
		<Other>
			<OtherMetadata>
				<PriceMetadatas>
					<PriceMetadata MetadataKey="IncludeUpsellOffers"/>
				</PriceMetadatas>
			</OtherMetadata>
		</Other>
	</Metadata>
</OfferPriceRQ>

...