Versions Compared

Key

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

...

Excerpt
nameReshopOffer_AddOfferItem_NewAvailability

AddOfferItem - New Availability

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<ReshopOffers / ReshopOffer> (Reshop Flow - New Availability)

AddOfferItem

Info

Attribute

OrderItemIDs

Info

Attribute

OfferItemID

Info

Attribute

MandatoryInd

Order Item identification of the new offer

Offer Item identification of the new offer

Indicate if it is mandatory to add this offer item in the order

Alphanumeric

Alphanumeric

Alphabetical

Any

Any

True

AddOfferItem / TotalPriceDetail / TotalAmount / SimpleCurrencyPrice

Info

Attribute

Code

For new availabilities of paid and unpaid orders (reshop flow), it will be formed by the total new offer price for same type of passenger(for example adults).

Alphanumeric

Any

AddOfferItem / TotalPriceDetail / BaseAmount

Info

Attribute

Code

Unitary base amount and currency

Alphanumeric

Any

AddOfferItem / TotalPriceDetail / Discount / DiscountAmount

Info

Attribute

Code

Type of currency

Alphabetical

Any

AddOfferItem / TotalPriceDetail / Discount / DiscountAmount

Unitary discount amount for each type of passenger included at the fare

Numeric

Any

AddOfferItem / TotalPriceDetail / Discount / Application

Application for discount

Alphabetical

Any

AddOfferItem / TotalPriceDetail / Discount / Description

Description for discount

Alphabetical

Any

AddOfferItem / TotalPriceDetail / Taxes / Total

Info

Attribute

Code

Unitary total taxes and amount

Alphanumeric

Any

AddOfferItem / Service 

Info

Attribute

ServiceID

Flight service identification

Alphanumeric

Any

AddOfferItem / Service / PassengerRefs

Passengers associated to the new flight service shown

Alphanumeric

Any (Ex: ADULT_01 ADULT_02)

AddOfferItem / Service / FlightRefs

Flights references associated to the new flight service shown

FLXX (XX → Number digits)

Any (Example: FL11)

AddOfferItem / FareDetail / PassengerRefs

Passengers associated to the new flight offer shown

Alphanumeric

Any (Ex: ADULT_01 ADULT_02)

AddOfferItem / FareDetail / Price / TotalAmount / SimpleCurrencyPrice

Info

Attribute

Code

For new availabilities of paid and unpaid orders, it will be formed by the total new offer price for each passenger included at the fare.

Alphanumeric

Any

AddOfferItem / FareDetail / Price / BaseAmount

Info

Attribute

Code

For new availabilities of paid and unpaid orders, it will be formed by the base amount new offer price for each passenger included at the fare.

Alphanumeric

Any

AddOfferItem / FareDetail / Price / Taxes / Total

Info

Attribute

Code

Type of currency

Alphabetical

Any

AddOfferItem / FareDetail / Price / Taxes / Total

Unitary total taxes for each passenger included at the fare

Numeric

Any

AddOfferItem / FareDetail / FareComponent / PriceClassRef

Reference at DataList / PriceClassList

*Note: The fare components will be displayed by segment.

Alphanumeric

Any (Ex: BAGSEATVIk62mgZUsT)

AddOfferItem / FareDetail / FareComponent / SegmentRefs

Segment reference associated 

*Note: The fare components will be displayed by segment.

Alphanumeric

Any (Ex: IB044820220514MADBIO)

AddOfferItem / FareDetail / Remarks / Remark

Remark that contains description, type of discount, ticket designator, quantity and currency for special discount

Alphanumeric

Any (Example → DISCOUNT/SD/RC/230.57EUR)

AddOfferItem / ReshopDifferential / PenaltyAmount / Total / Amount

Info

Attribute

Code

Currency and penalty amount associated to the new offer item amount. 

Refers to all passengers associated to the same passenger type (for example adults).

Only apply for paid orders flow (not for unpaid orders).

Alphanumeric

Any

AddOfferItem / ReshopDifferential / ReshopDue / ByPassenger / Total / Amount

Info

Attribute

Code

Currency and amount associated to the difference between new offer and original paid order, including penalty value.

Refers to all passengers associated to the same passenger type (for example adults).

Only apply for paid orders flow (not for unpaid orders).

Alphanumeric

Any

<ReshopOffers/ ReshopOffer/ BaggageAllowance>

FlightRefs

Reference for the Flights

Alphanumeric

Any

PassengerRefs

Reference for the Passengers

Alphanumeric

Any

BaggageAllowanceRef

Reference for the Baggage

Alphanumeric

Any

AddOfferItem example

Expand
titleAddOfferItem example
Code Block
languagexml
<ReshopOffer>
	<AddOfferItem OrderItemIDs="IBcdb1362c43394a439b3ab7dd004cd1e3OC_01 IBcdb1362c43394a439b3ab7dd004cd1e3OC_02" OfferItemID="IB48ef34264b37406585479d8250d611bcOC_01" MandatoryInd="true">
		<TotalPriceDetail>
			<TotalAmount>
				<SimpleCurrencyPrice Code="USD">712.40</SimpleCurrencyPrice>
			</TotalAmount>
			<BaseAmount Code="USD">544.00</BaseAmount>
			<Taxes>
				<Total Code="USD">168.40</Total>
			</Taxes>
		</TotalPriceDetail>
		<Service ServiceID="IBFLIGHT_01_IB48ef34264b37406585479d8250d611bcOC_01">
			<PassengerRefs>ADULT_01 ADULT_02</PassengerRefs>
			<FlightRefs>FL15</FlightRefs>
		</Service>
		<Service ServiceID="IBFLIGHT_02_IB48ef34264b37406585479d8250d611bcOC_01">
			<PassengerRefs>ADULT_01 ADULT_02</PassengerRefs>
			<FlightRefs>FL21</FlightRefs>
		</Service>
		<Service ServiceID="IBFLIGHT_03_IB48ef34264b37406585479d8250d611bcOC_01">
			<PassengerRefs>ADULT_01 ADULT_02</PassengerRefs>
			<FlightRefs>FL31</FlightRefs>
		</Service>
		<Service ServiceID="IBFLIGHT_04_IB48ef34264b37406585479d8250d611bcOC_01">
			<PassengerRefs>ADULT_01 ADULT_02</PassengerRefs>
			<FlightRefs>FL41</FlightRefs>
		</Service>
		<Service ServiceID="IBFLIGHT_05_IB48ef34264b37406585479d8250d611bcOC_01">
			<PassengerRefs>ADULT_01 ADULT_02</PassengerRefs>
			<FlightRefs>FL51</FlightRefs>
		</Service>
		<FareDetail>
			<PassengerRefs>ADULT_01 ADULT_02</PassengerRefs>
			<Price>
				<TotalAmount>
					<SimpleCurrencyPrice Code="USD">356.20</SimpleCurrencyPrice>
				</TotalAmount>
				<BaseAmount Code="USD">272.00</BaseAmount>
				<Taxes>
					<Total Code="USD">84.20</Total>
				</Taxes>
			</Price>
			<FareComponent>
				<PriceClassRef>BAGSEATVIk62mgZUsT</PriceClassRef>
				<SegmentRefs>IB042620220525MADBIO</SegmentRefs>
			</FareComponent>
			<FareComponent>
				<PriceClassRef>BAGSEATVIk62mgZUsT</PriceClassRef>
				<SegmentRefs>IB042320220527BIOMAD</SegmentRefs>
			</FareComponent>
			<FareComponent>
				<PriceClassRef>BAGSEATVIk62mgZUsT</PriceClassRef>
				<SegmentRefs>IB887820220531MADVLC</SegmentRefs>
			</FareComponent>
			<FareComponent>
				<PriceClassRef>BAGSEATVIk62mgZUsT</PriceClassRef>
				<SegmentRefs>IB888120220601VLCMAD</SegmentRefs>
			</FareComponent>
			<FareComponent>
				<PriceClassRef>BAGSEAT0vhMvfOjaP1</PriceClassRef>
				<SegmentRefs>IB303420220602MADBCN</SegmentRefs>
			</FareComponent>
		</FareDetail>
	</AddOfferItem>
	<BaggageAllowance>
		<FlightRefs>FL51 FL41 FL31 FL21 FL15</FlightRefs>
		<PassengerRefs>ADULT_01 ADULT_02 INFANT_01</PassengerRefs>
		<BaggageAllowanceRef>HANDBAGALLOWANCE_01</BaggageAllowanceRef>
	</BaggageAllowance>
	<BaggageAllowance>
		<FlightRefs>FL51 FL41 FL31 FL21 FL15</FlightRefs>
		<PassengerRefs>ADULT_01 ADULT_02 INFANT_01</PassengerRefs>
		<BaggageAllowanceRef>CHECKEDBAGALLOWANCE_1</BaggageAllowanceRef>
	</BaggageAllowance>
</ReshopOffer>

...