Versions Compared

Key

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

...

Excerpt
nameQuery_OrderReshop_AvailabilityCancel

Query - Reshop Availability (Cancel)

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Query / Reshop / OrderServicing / Delete> (Cancel & Reshop Availability)

OrderItem 

Info

Attribute

OrderItemID

Identification of the flight item associated to the passenger who is asking for new availabilities options.

Mandatory for schema if 'Delete' tag is indicated.

Alphanumeric

Any valid flight item returned in Order Create RS.

ServiceRetainRequestIDs

Flight services that passenger wants to mantain in new search.

Alphanumeric

Any valid flight service returned in Order Create RS.

...

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>

...