Skip Navigation

ReturnBrandAncillaries

Branded Fares Shop:

 

Attribute

ReturnBrandAncillaries

Description

Indicator for whether to return additional brand attributes in the response for the structured data filed in table 166. This will be returned with single and multiple branded fares requests.

Type

xs:boolean

Sample SOAP Value

<TravelerInfoSummary>
	<SeatsRequested>1</SeatsRequested>
	<AirTravelerAvail>
		<PassengerTypeQuantity Code="ADT" Quantity="1">
			<TPA_Extensions>
				<VoluntaryChanges Match="Info"/>
			</TPA_Extensions>
		</PassengerTypeQuantity>
	</AirTravelerAvail>
	<PriceRequestInformation CurrencyCode="USD">
		<TPA_Extensions>
			<BrandedFareIndicators MultipleBrandedFares="true" ReturnBrandAncillaries="true"/>
		</TPA_Extensions>
	</PriceRequestInformation>
</TravelerInfoSummary>