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

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.

 New or modified element

To be removed/deprecated

Unique to v2 - Branded Fares

Unique to V1 - Fare Families

<Response / 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

Attribute

BaggageAllowance@BaggageAllowanceID

Id for the Baggage

Alphanumeric

Any

AirShoppingRS

OfferPriceRS

OrderReshopRS

OrderViewRS

BaggageAllowance / BaggageCategory

Identifier

  • Example: "CarryOn" or "Checked"

Alphabetical

Any

AirShoppingRS

OfferPriceRS

OrderReshopRS

OrderViewRS

BaggageAllowance

Attribute

PieceAllowance@refs

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

Attribute

PieceMeasurements@Quantity

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

 Example
<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>

  • No labels