Skip Navigation

Charge

Baggage Allowance:

Grouped Itinerary Response:

 

Element

Charge

Description

Charge information for the first two checked bags (if applicable).

Note  If the “Charge” element is applicable, the “EquivalentAmount” and “EquivalentCurrency” parameters are required.

 

Attributes

Name

Type

Description

Use

EquivalentAmount

MonetaryAmountType

Base price (C52).

required

EquivalentCurrency

CurrencyCodeType

Currency code (C5B)

required

FirstPiece

xs:byte

First piece (OC1)

optional

LastPiece

xs:byte

Last piece (OC2)

optional

Description1

xs:string

Description 1 text (D01).

optional

Description2

xs:string

Description 2 text (D02).

optional

NoChargeNotAvailable

CharacterType

This attribute returns information when there is no charge or charges are unavailable. Valid values are:

  • X – Service not available.
  • F – No charge for service (free), and an EMD is not issued to reflect free service.
  • E – No charge for service (free), and an EMD is issued to reflect the fee service.
  • G – No charge for service (free), booking is not required, and an EMD is not issued to reflect free service.
  • H – No charge for service (free), booking is not required, and an EMD is issued to reflect the free service.

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

 

Sample GIR SOAP Value

            <BaggageInformation ProvisionType="C" AirlineCode="S7">
                        <Segment Id="0"/>
                        <Charge EquivalentAmount="0" EquivalentCurrency="RUB" Description1="UP TO 70 POUNDS/32 KILOGRAMS" Description2="UP TO 80 LINEAR INCHES/203 LINEAR CENTIMETERS" NoChargeNotAvailable="X"/>
            </BaggageInformation>