Skip Navigation

ParityMode

Branded Fares Shop:

 

Attribute

ParityMode

Description

Multiple branded fares parity mode.

ParityMode and ItinParityFallbackMode parameters are optional. When specifying the ParityMode=”Itin” at the request level without specifying the ItinParityFallbackMode, the default fallback mode in the “BFM rule” level will be applied.

Possible fallback modes:

  • LowestSingle (no upsell options, only lowest single possible branded solutions).
  • Leg (upsells generated using leg parity mode).

Base

xs:string

Enumeration

Name

Description

Leg

Leg

Itin

Itinerary

 

Sample SOAP Value

<TPA_Extensions>
	<Priority>
		<Price Priority="2"/>
		<DirectFlights Priority="1"/>
		<Time Priority="3"/>
		<Vendor Priority="4"/>
	</Priority>
	<BrandedFareIndicators MultipleBrandedFares="true" SingleBrandedFare="true" ParityMode="Itin" ItinParityFallbackMode="LowestSingle"/>
</TPA_Extensions>