Versions Compared

Key

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

...

Excerpt
nameQuery_presale_ServiceList

Query Pre-Sale

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Query / Offers> Pre-sale

Offer / OfferID

Id for the offer

Alphanumeric

Any

Offer / OfferItemIDs / OfferItemID

Id for the offer item

Alphanumeric

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

ServiceListRQ Query Post-Sale

Expand
title

...

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