Skip Navigation

ValidatingCarrierCheck

Validating Carrier:

Alternate Airport:

 

Element

ValidatingCarrierCheck

Description

Allows you to override local settlement method validation and Interline Electronic Ticketing agreements.

 

Children Sequence

Name

Description

Min Occurs

Max Occurs

SettlementValidation

If set to "true," the BSP agreement is validated for the given carriers.

1

1

IETValidation

If set to "true," the IET agreement will be validated for the listed countries.

1

1

Carrier

Allows you to place a preference on the carrier dimension.

0

unbounded

 

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>