Skip Navigation

Quantity

Multiple Fares Per Itinerary:

 

Attribute

Quantity

Description

This parameter is used to specify the number of passengers per a given Passenger Type.

Note  Up to four PassengerTypeQuantity elements with different Passenger Types Codes can be added in a single Multiple Fares group. The number of passenger types will match the number of passengers traveling. The number of passengers must be the same across all groups including the main group. If the number of passengers differs between the groups, the following error is returned: “Total passenger count must be same for main and flex fare.”

Base

Numeric1to999

 

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>