Skip Navigation

Code (Country, IET Validation)

Alternate Airport:

Validating Carrier:

 

Attribute

Code

Description

Allows you to specify country code(s) for which IET validation should be performed. At least one country code must be provided if IETValidation/@Ind is set to “true.” Country code is a valid parameter only if IET Validation is set to “true” in the request; otherwise, it is ignored. Format is the two-character country code, as defined by ISO.

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>