Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

 New or modified element

To be removed/deprecated

Unique to v2 - Branded Fares

Unique to V1 - Fare Families

Query - OrderID

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Query> 

OrderID

Id of the Order

Alphanumeric

Any

 Example
<Query>
	<OrderID>IBc315c8060bb649d7a740de2c3f3f24dcOC</OrderID>
</Query>

Query - Reprice Flow

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

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

OrderKeys / OrderID

Order Identification

Alphanumeric

Any

OrderKeys / AssociatedIDs / AssociatedID / OfferItemID

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

Reference of the passenger

Alphanumeric

Any

 Example
<Query>
	<OrderKeys>
		<OrderID Owner="IB">IBc315c8060bb649d7a740de2c3f3f24dcOC</OrderID>
		<AssociatedIDs>
			<AssociatedID>
				<OfferItemID Owner="IB">IB783065c3e05b40ac85ea7061e63839cfOP_01</OfferItemID>
			</AssociatedID>
			<AssociatedID>
				<OfferItemID Owner="IB">IB783065c3e05b40ac85ea7061e63839cfOP_02</OfferItemID>
			</AssociatedID>
		</AssociatedIDs>
	</OrderKeys>
	<PassengerReferences>ADULT_02 CHILD_01</PassengerReferences>
</Query>

Query - Reshop Availability (Add)

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Query / Reshop / OrderServicing / Add / FlightQuery > (Reshop Availability)

OriginDestinations / OriginDestination

Attribute

OriginDestinationKey

ID for the Origin/Destination

Alphanumeric

This attribute can be filled with any value, but first character cannot be a number digit or a special character.

OriginDestinations / OriginDestination / Departure / AirportCode

Departure airport code

Mandatory for schema if 'OriginDestination' tag is indicated.

3 Alphabetical

Any valid airport code (JFK)

OriginDestinations / OriginDestination / Departure / Date

Departure date

Mandatory for schema if 'OriginDestination' tag is indicated.

Date 

Any Date (2019-10-06<)

OriginDestinations / OriginDestination / Arrival / AirportCode

Arrival airport code

Mandatory for schema if 'OriginDestination' tag is indicated.

3 Alphabetical

Any valid airport code (BCN)

OriginDestinations / OriginDestination / MarketingCarrierAirline / AirlineID

Airline identification code

Mandatory for schema if 'MarketingCarrierAirline' tag is indicated.

2 Alphabetical

Any valid, in our case IB

OriginDestinations / OriginDestination / MarketingCarrierAirline / FlightNumber

Flight number identification

Alphanumeric

It is valid to fill in with the following options for flight changes in paid orders (Not available for unpaid orders):

  • OPEN (All flights availability will be displayed)

  • XXXX (Specific Flight Number - This flight number availability will be displayed).

<Query / Reshop / OrderServicing / Add / Passengers> (Reshop Availability)

PassengerReferences

Passenger references the new search applies to

Mandatory for schema if 'Passengers' tag is indicated.

Alphanumeric

Any (Ex: ADULT_01 CHILD_01 INFANT_01)

Query - Reshop Availability (Cancel)

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

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

OrderItem 

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.

 Example
<Query>
	<OrderID>IB371cf3f7acb141c382b16b562386cfeaOC</OrderID>
	<Reshop>
		<OrderServicing>
			<Delete>
				<OrderItem OrderItemID="IB371cf3f7acb141c382b16b562386cfeaOC_01"/>
				<OrderItem OrderItemID="IB371cf3f7acb141c382b16b562386cfeaOC_02"/>
				<OrderItem OrderItemID="IB371cf3f7acb141c382b16b562386cfeaOC_03"/>
				<OrderItem OrderItemID="IB371cf3f7acb141c382b16b562386cfeaOC_04"/>
				<OrderItem OrderItemID="IB371cf3f7acb141c382b16b562386cfeaOC_05"/>
				<OrderItem OrderItemID="IB371cf3f7acb141c382b16b562386cfeaOC_06"/>
			</Delete>
		</OrderServicing>
	</Reshop>
</Query>

Query - Reshop Reprice

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

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

OrderKeys / OrderID

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

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)

 Example
<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>

  • No labels