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 4 Next »

 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

ALaCarteOffer@OfferID

ID of the Offer

Alphanumeric

A valid OfferID

ALaCarteOffer

Attribute

ALaCarteOffer@Owner

The Owner of the Offer.

Today, this will always be “IB“.

Alphanumeric

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

Attribute

Payment@DateTime

Payment Time Limit for the Seats.

Alphanuneric

Date and Time in UTC format, example:

2024-01-24T22:59:00.000Z

<ALaCarteOffer / ALaCarteOfferItem>

ALaCarteOfferItem

Attribute

ALaCarteOfferItem@OfferItemID

ID of the OfferItem

Alphanumeric

A valid OfferItemID

Eligibility / PassengerRefs

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

Alphanumeric

Any

Eligibility / SegmentRefs

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

Alphanumeric

Any

UnitPriceDetail / TotalAmount

Attribute

SimpleCurrencyPrice@Code

Unitary price for the Offer

Numeric

Any

UnitPriceDetail / 

Attribute

BaseAmount@Code

Base price for the Offer

Numeric

Any

UnitPriceDetail / Taxes / 

Attribute

Total@Code

Tax price for the Offer

Numeric

Any

Service

Attribute

Service@ServiceID

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

Alphanumeric

Any

Service / ServiceDefinitionRef

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

Alphanumeric

Any

 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