Skip Navigation

Pieces

Baggage Allowance:

 

Attribute

Pieces

Description

Number of pieces (of baggage).

Type

xs:int

Use

optional

 

Sample SOAP Value

<OTA_AirLowFareSearchRS>
	<PricedItineraries>
		<PricedItinerary>
			<AirItineraryPricingInfo>
				<ItinTotalFare>
					<TPA_Extensions>
						<BaggageInformationList>
							<BaggageInformation ProvisionType="A" AirlineCode="K0">
								<Segment Id="0"/>
								<Segment Id="1"/>
								<Allowance Pieces="1" Description="UP TO 50 POUNDS/23 KILOGRAMS" Description2="UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS"/>
							</BaggageInformation>
						</BaggageInformationList>
					</TPA_Extensions>
				</ItinTotalFare>
			</AirItineraryPricingInfo>
		</PricedItinerary>
	</PricedItineraries>
</OTA_AirLowFareSearchRS>