BaggageAllowanceList

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.

 

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

<Response / DataLists / BaggageAllowanceList>

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

BaggageAllowance

Attribute

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

Attribute

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

Attribute

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

 

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