Skip Navigation

Ind (for IET Validation)

Validating Carrier:

Alternate Airport:

 

Attribute

Ind

Description

IET validation indicator.

When IETValidation/@Ind is set to “false,” it disables Interline Electronic Ticketing agreements validation. When IETValidation/@Ind is set to “true” along with SettlementValidation set to “false” and at least one Country Code specified, IET validation will be performed in the specified countries. This element is required within the ValidatingCarrierCheck element.

Base

boolean

 

Sample SOAP Value

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