Skip Navigation

FirstPiece

Baggage Allowance:

 

Attribute

FirstPiece

Description

First baggage piece for which the specified charge information applies.

Note  FirstPiece can be the same as LastPiece if the specified charge applies to one piece only.

Type

byte

 

Sample SOAP Value

<OTA_AirLowFareSearchRS>
	<PricedItineraries>
		<PricedItinerary>
			<AirItineraryPricingInfo>
				<ItinTotalFare>
					<TPA_Extensions>
						<BaggageInformationList>
							<BaggageInformation ProvisionType="A" AirlineCode="K0">
		<Segment Id="0"/>
		<Segment Id="1"/>
		<Allowance Weight="30" Unit="kg"/>
	</BaggageInformation>
	<BaggageInformation ProvisionType="C" AirlineCode="K0">
		<Segment Id="0"/>
		<Segment Id="1"/>	
		<Charge EquivalentAmount="25.00" EquivalentCurrency="USD" FirstPiece="1" LastPiece="1" Description1="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>