LongConnectPoints
Alternate Dates:
Long Connect:
You can define the exact number of connections that you want to receive for the Long Connects. The value of LongConnectPoints Min and Max is within the range of 1 through 3; otherwise, the Long Connect request will not be processed. This applies to both international and domestic markets.
Element |
LongConnectPoints |
Description |
Minimum and maximum number of connection points (not necessarily long) for Long Connections. |
Attributes
Name |
Type |
Description |
Use |
---|---|---|---|
Min |
xs:short |
Minimum number of connect points. |
optional |
Max |
xs:short |
Maximum number of connect points. |
optional |
Sample SOAP Value
<OTA_AirLowFareSearchRQ>
...
<TravelPreferences>
<TPA_Extensions>
<LongConnectPoints Min="2" Max="3"/>
</TPA_Extensions>
</TravelPreferences>
...
</OTA_AirLowFareSearchRQ>
|