Baggage
Baggage Allowance:
Element |
Baggage |
Description |
Baggage information. |
Type |
Attributes
Name |
Type |
Description |
Use |
Default |
||
---|---|---|---|---|---|---|
Determines the type of baggage processing result. |
required |
|
||||
Description |
xs:boolean |
Turns on additional text output in the response, see Description1 (D01) and Description2 (D02) in the response. |
optional |
false |
||
xs:unsignedShort |
Parameter that allows you to specify the number of bags to be returned in the response (up to four pieces). Valid values are from 1 to 4. Note If you specify a value higher than 4, no error response will be returned, but this value will be reduced to 4. If 0 or a negative number is specified, the request will not be processed, and an error response will be returned. In order to show in the response information for up to four bags, the BaggageInformation element (under BaggageInformationList) occurrence may increase proportionally to the number of requested bags. |
optional |
|
|||
xs:boolean |
Indicator for whether a free baggage piece is required on the whole journey. |
optional |
|
|||
FreeCarryOn | xs:boolean | Free carry-on baggage piece is required on the whole journey. | optional | |||
CarryOnInfo |
|
|
optional |
Sample SOAP Value
<OTA_AirLowFareSearchRQ>
<TravelPreferences>
<Baggage RequestType=”C” Description=”true” RequestedPieces=”4”/>
</TravelPreferences>
</OTA_AirLowFareSearchRQ>
|