Versions Compared

Key

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

...

Insert excerpt
NDC2:New 17.2 COMBINEDNDC2:New 17.2 COMBINEDAPI Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

Excerpt
nameReshopOffer

ReshopOffer

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<ReshopOffers / ReshopOffer >

ReshopOffer

Info

Attribute

OfferID

Id of the offer

Alphanumeric

Any

ReshopOffer

Info

Attribute

Owner

Airline Owner

Alphabetical

IB

ReshopOffer

Info

Attribute

RequestedDateInd

Identifies if another dates are offered

Alphabetical

  • True (Actually shown)

  • False

OfferExpirationDateTime

Offer expiration time limit indicates the time until which the offer is valid. Once the offer has expired a new OrderReshop should be performed as the Offer may have changed

Alphanumeric (UTC)

Any

PaymentTimeLimitDateTime

Offer payment time limit (2021-01-28T22:59:59.000Z) is the time by which the Order must be paid for. Any Orders not paid for by the payment time limit will be automatically cancelled.

Alphanumeric (UTC)

Any

TotalPrice / SimpleCurrencyPrice

Info

Attribute

Code

This field will display a value for all passengers of the booking:

  • For cancellations or passengers elimination, it will be formed by the sum of amounts the airline has to return. It will appear as positive refund amount.

  • For new availabilities of paid and unpaid orders (reshop flow), it will be formed by the total new offer price.

Alphanumeric

Any

FlightsOverview / FlightRef

Reference for the flight. The value refers to the FlightList list.

FLXX (XX → Number digits)

Any (Example: FL11)

FlightsOverview / FlightRef

Info

Attribute

ODRef

Origin and destination identification

Reference to the DataLists / OriginDestinationList

Alphanumeric

Default format: ODX (X → Number digit)

Any (Default format example: OD1)

FlightsOverview / FlightRef

Info

Attribute

PriceClassRef

Price Class identifier key:

  • Branded Fare example → BUSFLEXp8eGI8Gt

Alphanumeric

Any

Expand
titleExample
Code Block
languagexml
<ReshopOffers>
	<ReshopOffer OfferID="IB7ce02d33c9714a2ea34e1b21d9f7296bOP" Owner="IB" RequestedDateInd="true">
		<OfferExpirationDateTime>2024-01-08T12:49:28.818Z</OfferExpirationDateTime>
		<PaymentTimeLimitDateTime>2024-01-09T22:59:59.000Z</PaymentTimeLimitDateTime>
		<TotalPrice>
			<SimpleCurrencyPrice Code="EUR">494.10</SimpleCurrencyPrice>
		</TotalPrice>
		<FlightsOverview>
			<FlightRef ODRef="OD1" PriceClassRef="BASICcpYZkSTAPoR">FL15</FlightRef>
			<FlightRef ODRef="OD2" PriceClassRef="BASICcpYZkSTAPoR">FL25</FlightRef>
		</FlightsOverview>
		<...>
</ReshopOffers>

...