Versions Compared

Key

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

...

Excerpt
nameQuery_OrderReshop_ReshopReprice

Query - Reshop Reprice

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Query / Reshop / OrderServicing / Add / Qualifier / ExistingOrderQualifier> (Reshop - Reprice)

OrderKeys / OrderID

Info

Attribute

Owner

The ID of the Order being serviced together with the identity of the Owner of the Offer (which in this case is always Iberia).

Mandatory for schema if 'ExistingOrderQualifier' tag is indicated.

2-character Alphabetical

IB

OrderKeys / AssociatedIDs / AssociatedID / OfferItemID

Info

Attribute

Owner

The ID of the Offer to be purchased together with the identity of the Owner of the Offer (which in this case is always Iberia).

2-character Alphabetical

IB

PassengerReferences

References the passenger(s) to which the Offer applies.

Alphanumeric

Any (Ex: ADULT_01 CHILD_01 INFANT_01)

Expand
titleExample
Code Block
languagexml
<Query>
	<OrderID>IBd88d751003aa486a86d42f63941d6ca8OP</OrderID>
	<Reshop>
		<OrderServicing>
			<Add>
				<Qualifier>
					<ExistingOrderQualifier>
						<OrderKeys>
							<OrderID Owner="IB">IBd88d751003aa486a86d42f63941d6ca8OP</OrderID>
						</OrderKeys>
						<PassengerReferences>ADULT_01 INFANT_01</PassengerReferences>
					</ExistingOrderQualifier>
				</Qualifier>
			</Add>
		</OrderServicing>
	</Reshop>
</Query>

Image RemovedImage Added