Skip Navigation

Code (Settlement Method Carrier)

Validating Carrier:

 

Attribute

Code

Description

Carrier/@Code parameter allows you to specify a carrier code(s) for which the specified settlement method and/or IET validation should (should not) be done.

Note  If a carrier code is not added in the request, the settlement validation is enabled/disabled for all carriers.

Base

xs:string

 

Sample SOAP Value 

<OTA_AirLowFareSearchRQ>
	<TravelPreferences>
		<TPA_Extensions>
			<ValidatingCarrierCheck>
				<SettlementValidation Ind="false"/>
				<IETValidation Ind="true"/>
				<Carrier Code="K0"/>
				<Country Code="PL"/>
			</ValidatingCarrierCheck>
		</TPA_Extensions>
	</TravelPreferences>
</OTA_AirLowFareSearchRQ>