Versions Compared

Key

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

...

The section contains information regarding the baggage allowance that is included in the base ticket price. Information on baggage purchased as an Ancillary service is not included here.

NDC2:DRAFT - New 17.2 COMBINED
Insert excerpt
NDC2:DRAFT - New 17.2 COMBINED
API Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

Excerpt
nameBaggageAllowanceList
<Response / DataLists

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

<DataLists / BaggageAllowanceList>

  • This section will be displayed only if the order has not been changed outside the NDC channel.

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

BaggageAllowance

Info

Attribute

BaggageAllowance@BaggageAllowanceIDBaggageAllowanceID

Id for the Baggage

Alphanumeric

Any

AirShoppingRS

OfferPriceRS

OrderReshopRS

OrderViewRS

BaggageAllowance / BaggageCategory

Identifier

  • Example: "CarryOn" or "Checked"

Alphabetical

Any

AirShoppingRS

OfferPriceRS

OrderReshopRS

OrderViewRS

BaggageAllowance / PieceAllowance

Info

Attribute

PieceAllowance@refsrefs

References to media list.

  • Example: refs="Media-CarryOn-Baggage"

Alphanumeric

  • "Media-CarryOn-Baggage"

  • "Media-Checked-Baggage"

AirShoppingRS

OfferPriceRS

OrderReshopRS

OrderViewRS

BaggageAllowance / PieceAllowance / ApplicableParty

Text "Traveler" (Identifier for all conditions)

Alphabetical

“Traveler”

AirShoppingRS

OfferPriceRS

OrderReshopRS

OrderViewRS

BaggageAllowance / PieceAllowance / TotalQuantity

Quantity allowed

Numeric

Any

AirShoppingRS

OfferPriceRS

OrderReshopRS

OrderViewRS

BaggageAllowance / PieceAllowance / BagType

Type of bag allowed

Alphabetical

Any

AirShoppingRS

OfferPriceRS

OrderReshopRS

OrderViewRS

BaggageAllowance / PieceAllowance / Descriptions / Description / Text

Associated quantity text

Alphanumeric

Any

AirShoppingRS

OfferPriceRS

OrderReshopRS

OrderViewRS

BaggageAllowance / Piece Allowance / PieceMeasurements

Info

Attribute

PieceMeasurements@QuantityQuantity

Quantity of piece measurements

NOT USED BY IBERIA today. Included due to mandatory in Schema.

PLEASE IGNORE and use BaggageAllowance / PieceAllowance / TotalQuantity

Numeric

Any

AirShoppingRS

OfferPriceRS

OrderReshopRS

OrderViewRS

BaggageAllowanceList example

Expand
title

...

BaggageAllowanceList example
Code Block
languagexml
<BaggageAllowanceList>
	<BaggageAllowance BaggageAllowanceID="HANDBAGALLOWANCE_01">
		<BaggageCategory>CarryOn</BaggageCategory>
		<PieceAllowance refs="Media-CarryOn-Baggage">
			<ApplicableParty>Traveler</ApplicableParty>
			<TotalQuantity>2</TotalQuantity>
			<BagType>CARRY ON BAGGAGE</BagType>
			<PieceMeasurements Quantity="2"/>
		</PieceAllowance>
	</BaggageAllowance>
	<BaggageAllowance BaggageAllowanceID="CHECKEDBAGALLOWANCE_1">
		<BaggageCategory>Checked</BaggageCategory>
		<PieceAllowance refs="Media-Checked-Baggage">
			<ApplicableParty>Traveler</ApplicableParty>
			<TotalQuantity>0</TotalQuantity>
			<BagType>BAG UP TO 23 KG AND 158 LCM</BagType>
			<Descriptions>
				<Description>
					<Text>Up to 50 lb/23 kg</Text>
				</Description>
				<Description>
					<Text>Up to 62 li/158 lcm</Text>
				</Description>
			</Descriptions>
			<PieceMeasurements Quantity="0"/>
		</PieceAllowance>
	</BaggageAllowance>
</BaggageAllowanceList>

...