Skip Navigation

@Code

Grouped Itinerary Response:

 

Attribute

Code

Description

Two-character country code in which IET validation was done for the given alternate Validating Carrier (can be returned only if IET validation is requested outside of the POS country).

Type

xs:string

 

Sample SOAP Value

<OTA_AirLowFareSearchRS>
	<PricedItineraries>
		<PricedItinerary>
			<AirItineraryPricingInfo>
				<TPA_Extensions>
					<ValidatingCarrier SettlementMethod="NSP" NewVcxProcess="true">
						<Default Code="K0">
							<Country Code="PL"/>
						</Default>
						<Alternate Code="XX">
							<Country Code="UK"/>
						</Alternate>
					</ValidatingCarrier>
				</TPA_Extensions>
			</AirItineraryPricingInfo>
		</PricedItinerary>
	</PricedItineraries>
</OTA_AirLowFareSearchRS>