...
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.
Insert excerpt |
---|
NDC2:DRAFT - New 17.2 COMBINED | NDC2:DRAFT - New 17.2 COMBINED |
---|
| API Messages with Examples |
---|
| API Messages with Examples |
---|
name | Legend |
---|
nopanel | true |
---|
|
Excerpt |
---|
|
<Response / DataLists NAME | DESCRIPTION | FORMAT | ALLOWED/POSSIBLE VALUES | NDC SERVICES | <DataLists / BaggageAllowanceList> | NAME | DESCRIPTION | FORMAT | ALLOWED/POSSIBLE VALUES | NDC SERVICES | BaggageAllowance Info |
---|
AttributeBaggageAllowance@BaggageAllowanceIDBaggageAllowanceID |
| Id for the Baggage | Alphanumeric | Any | AirShoppingRS OfferPriceRS OrderReshopRS OrderViewRS | BaggageAllowance / BaggageCategory | Identifier | Alphabetical | Any | AirShoppingRS OfferPriceRS OrderReshopRS OrderViewRS | BaggageAllowance / PieceAllowance Info |
---|
AttributePieceAllowance@refsrefs |
| References to media list. | 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 |
---|
AttributePieceMeasurements@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
...
BaggageAllowanceList example |
|
Code Block |
---|
| <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> |
|
...