Versions Compared

Key

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

...

Insert excerpt
NDC2:New 17.2 COMBINEDNDC2:New 17.2 COMBINEDAPI Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

Excerpt
nameQuery_presale_ServiceList

Query Pre-Sale

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Query / Offers> Pre-sale

Offer / OfferID

Id ID for the offerOffer

Alphanumeric

Any

Offer / OfferID

Info

Attribute

Owner

Airline code

Alphabetical

Any

Offer / OfferItemIDs / OfferItemID

Id ID for the offer Offer item

Alphanumeric

Any

Offer / OfferItemIDs / OfferItemID

Info

Attribute

Owner

Airline code

Alphabetical

Any

ServiceListRQ Query Pre-Sale example

Expand
title

...

Query Pre-Sale example
Code Block
languagexml
<Query>
	<Offers>
		<Offer>
			<OfferID Owner="IB">IB5ca2c0a1f5da4dad9f422cfabe6504c5OC</OfferID>
			<OfferItemIDs>
				<OfferItemID Owner="IB">IB5ca2c0a1f5da4dad9f422cfabe6504c5OC_01  </OfferItemID>
			</OfferItemIDs>
		</Offer>
	</Offers>
</Query>

Excerpt
nameQuery_postsale_ServiceList

Query Post-Sale

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Query> Post-sale

OrderID

Order ID with mandatory attribute Owner

Alphanumeric

The order id of an existing order which has been created, paid and ticketed

Offer / OrderID

Info

Attribute

Owner

Airline code

Alphabetical

Any

ServiceListRQ Query Post-Sale

Expand
title

...

Query Post-Sale example
Code Block
languagexml
<Query>
	<OrderID Owner="IB">IB8b26c7e907a246319fc8b6ada7644f63OC</OrderID>
</Query>

Image RemovedImage Added