Skip Navigation

LongConnectTime

Alternate Dates:

Long Connect:

 

LongConnectTime is a request attribute that will return long connection schedules in the shopping response, and increase Low Fare Search efficacy by finding less expensive (although potentially less convenient) flights.

 

Element

LongConnectTime

Description

Change minimum and maximum connect time per connection in long connection schedules if Long Connect Time logic is enabled. Valid values are less than 1440 minutes (24 hours).

 

Attributes

Name

Type

Description

Use

Default

Min

xs:short

Change minimum connect time per connection in the long connection schedules if the LongConnectTime logic is enabled.

optional

780

Max

xs:short

Maximum connect time. The maximum connect time is set at 1439 minutes.

optional

1439

Enable

xs:boolean

Enable or disable LongConnectTime logic.

optional

False

NumberOfSolutions

CountOrPercentage

Number of solutions.

optional

 

Sample SOAP Value 

<OTA_AirLowFareSearchRQ>
...
	<TravelPreferences>
		<TPA_Extensions>
			<LongConnectTime Min="720" Max="1200"/>
		</TPA_Extensions>
	</TravelPreferences>
...
</OTA_AirLowFareSearchRQ>