Skip Navigation

IETValidation

Validating Carrier:

 

Element

IETValidation

Description

IETValidation allows you to disable Electronic Ticketing agreements validation or specify in which points of sale and for which carriers Electronic Ticketing agreements should be checked. If set to "true," the IET agreement will be validated for the listed countries.

 

Attributes

Name

Type

Description

Use

Ind

xs:boolean

IET validation indicator.

required

 

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>