Skip Navigation

Segment

Baggage Allowance:

 

Element

Segment

 

Attributes

Name

Type

Description

Use

Number

xs:int

Reference to the flight segment.

optional

BrandID

xs:string

Brand ID.

optional

BrandDescription

xs:string

Brand description.

optional

ProgramName

xs:string

Name of the program.

optional

ProgramID

xs:string

Program ID.

optional

ProgramCode

xs:string

Program code.

optional

ProgramSystemCode

xs:string

Program system code.

optional

FareStatus

xs:string

Detailed reason why the fare could not be returned (when FareReturned="false"). Valid values are:

  • A – Class is not available.
  • O – Class is not offered.
  • F – No fare found or applicable.
  • N – Unknown status.

 

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>