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 7 Current »

 New or modified element

To be removed/deprecated

Unique to v2 - Branded Fares

Unique to V1 - Fare Families

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<ALaCarteOffer>

ALaCarteOffer

Attribute

OfferID

Attribute

Owner

ID of the Offer

The Owner of the Offer.

Today, this will always be “IB“.

Alphanumeric

Alphanumeric

A valid OfferID

A valid OwnerID

OfferExpirationDateTime

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

Alphanumeric

A valid Time and Date

TimeLimits / Payment

Attribute

DateTime

Payment Time Limit for the Seats.

Alphanumeric

Date and Time in UTC format, example:

2024-01-24T22:59:00.000Z

ALaCarteOfferItem

Attribute

OfferItemID

ID of the OfferItem

Alphanumeric

A valid OfferItemID

ALaCarteOfferItem / Eligibility / PassengerRefs

The ID of the passenger(s) for whom the Offer is applicable.

Alphanumeric

Any

ALaCarteOfferItem / Eligibility / SegmentRefs

The ID of the segment(s) for which the Offer is applicable.

Alphanumeric

Any

ALaCarteOfferItem / UnitPriceDetail / TotalAmount / SimpleCurrencyPrice

Attribute

Code

Unitary price for the Offer

Numeric

Any

ALaCarteOfferItem / UnitPriceDetail / BaseAmount

Attribute

Code

Base price for the Offer

Numeric

Any

ALaCarteOfferItem / UnitPriceDetail / Taxes / Total

Attribute

Code

Tax price for the Offer

Numeric

Any

ALaCarteOfferItem / Service

Attribute

ServiceID

The ID of the Service(s) for which the Offer is applicable.

Alphanumeric

Any

ALaCarteOfferItem / Service / ServiceDefinitionRef

The ID of the ServiceDefinition where the details of the Service are included.

Alphanumeric

Any

ALaCarteOffer SeatAvailabilityRS example

 AlaCarteOffer example
<ALaCarteOffer OfferID="ALACARTE_SEAT_IB37e1f2ba0e7847eb954ebe958b2210ff" Owner="IB">
	<OfferExpirationDateTime>2022-04-27T13:16:19.121Z</OfferExpirationDateTime>
	<ALaCarteOfferItem OfferItemID="ALACARTE_SEAT_IB37e1f2ba0e7847eb954ebe958b2210ff_01">
		<Eligibility>
			<PassengerRefs>ADULT_01</PassengerRefs>
			<SegmentRefs>IB391620220619</SegmentRefs>
		</Eligibility>
		<UnitPriceDetail>
			<TotalAmount>
				<SimpleCurrencyPrice Code="EUR">0.00</SimpleCurrencyPrice>
			</TotalAmount>
		</UnitPriceDetail>
		<Service ServiceID="SEAT_SERVICE_7a930142-c54e-456e-abe7-b9560725ab34">
			<ServiceDefinitionRef>SEAT</ServiceDefinitionRef>
		</Service>
	</ALaCarteOfferItem>
	<ALaCarteOfferItem OfferItemID="ALACARTE_SEAT_IB37e1f2ba0e7847eb954ebe958b2210ff_02">
		<Eligibility>
			<PassengerRefs>ADULT_02</PassengerRefs>
			<SegmentRefs>IB391620220619</SegmentRefs>
		</Eligibility>
		<UnitPriceDetail>
			<TotalAmount>
				<SimpleCurrencyPrice Code="EUR">10.00</SimpleCurrencyPrice>
			</TotalAmount>
		</UnitPriceDetail>
		<Service ServiceID="SEAT_SERVICE_cd3d4ba8-e8d3-4aa7-a976-f0a475f70c8b">
			<ServiceDefinitionRef>SEAT</ServiceDefinitionRef>
		</Service>
	</ALaCarteOfferItem>
</ALaCarteOffer>

New NDC Footer.png

  • No labels