Skip Navigation

Code (PassengerTypeQuantity)

Multiple Fares Per Itinerary:

 

Attribute

Code

Description

PassengerTypeQuantity code to identify the passenger type codes you want to see in the response (for example, ADT, JCB, or CNN). This parameter allows you to specify multiple passenger type codes in a FlexibleFares group.

Base

xs:string

 

Sample SOAP Value

<OTA_AirLowFareSearchRQ>
	<TravelPreferences>
		<TPA_Extensions>
			<FlexibleFares>
				<FareParameters>
					<PassengerTypeQuantity Code="ADT" Quantity="2"/>
					<PassengerTypeQuantity Code="JCB" Quantity="1"/>
					<PassengerTypeQuantity Code="CNN" Quantity="1"/>
				</FareParameters>
			</FlexibleFares>
		</TPA_Extensions>
	</TravelPreferences>
</OTA_AirLowFareSearchRQ>