Skip Navigation

Examples

Parameter

Description

Format/Example

SOW

Show One-Ways separately – first show standard RT response, and then show OW for the first and second legs separately.

<TPA_Extensions>
           </IntelliSellTransaction>
           <MultiTicket DisplayPolicy="SOW"/>
      </TPA_Extensions>
</OTA_AirLowFareSearchRQ>

SCHS

Compares the single ticket fare with the multi-ticket fare (up to two tickets) and indicates the lowest fare for both. The sum of the two-ticket solution is compared to the total of the single ticket solution, and only the lowest of these is returned.

<TPA_Extensions>
           </IntelliSellTransaction>
           <MultiTicket DisplayPolicy="SCHS"/>
      </TPA_Extensions>
</OTA_AirLowFareSearchRQ>

GOW2RT

Similar to SCHS, yet with additional fares combinations for comparison (consisting of either two OWs and RTs, whichever is lowest), up to default limit of 16 fares that can be presented under one itinerary option.

<TPA_Extensions>
           </IntelliSellTransaction>
           <MultiTicket DisplayPolicy="GOW2RT"/>
      </TPA_Extensions>
</OTA_AirLowFareSearchRQ>