CodeShareIndicator
Multiple Fares Per Itinerary:
Complex Type |
CodeShareIndicator |
Description |
Ability to filter out codeshare flights. The option is available with two attributes: “ExcludeCodeshare” removes codeshare flights. The same Marketing/Operating (base flights), can be combined with “KeepOnlines” to also return the online flights that are codeshare, for more diversity. |
Attributes
Name | Type | Description | Use |
---|---|---|---|
xs:boolean |
Indicator for whether to remove codeshare flights. |
required |
|
xs:boolean |
Indicator for whether to return online flights that are codeshare. |
optional |
Sample SOAP Value
<TravelPreferences> <TPA_Extensions> <CodeShareIndicator ExcludeCodeshare="true" KeepOnlines="false"/> <TPA_Extensions> </TravelPreferences> |