Skip Navigation

SisterDestinationMileage

Supplemental Live Shopping with Cache:

 

Element

SisterDestinationMileage

Description

Mileage radius from the destination the system can search for alternate cities.

 

Attributes

Name

Type

Description

Use

Default

Number

xs:nonNegativeInteger

Number of miles.

required

 

AllowBorderCross

xs:boolean

Indicator for whether to return alternate airports from other countries if an alternate airport is in the range of the mileage radius.

optional

true

 

Sample SOAP Value 

<OriginDestinationInformation RPH="2">
		<DepartureDateTime>2016-02-23T00:00:00</DepartureDateTime>
		<OriginLocation LocationCode="FRA"/>
		<DestinationLocation LocationCode="KTW"/>
		<TPA_Extensions>
			<SisterOriginMileage Number="20"/>
			<SisterDestinationMileage Number="20"/>
			<SisterDestinationMileage AllowBorderCross="true"/>
			<SegmentType Code="O"/>
		</TPA_Extensions>
	</OriginDestinationInformation>