SABRE 单一品牌票价 true

SABRE Single Branded Fare true

我正在使用 BFM Rest,属性 SingleBrandedFare 为真。为什么 SABRE return在一次飞行中与多家营销航空公司合作?

json 请求中的 属性 是什么我需要传递给 SABRE return 每次飞行的单一营销航空公司?

json(OTA_AirLowFareSearchRQ)的属性:

"PriceRequestInformation": {
            "TPA_Extensions": {
                "BrandedFareIndicators": {
                    "SingleBrandedFare": true,
                    "MultipleBrandedFares": false
                }
            }
        }

如果您以汉莎航空为例,品牌票价在一家航空公司内马上起飞。

我认为你要查找的是运算符重复数据删除:

我们使用肥皂 - 因此:

<!-- Optional -->
<!-- Repeat Factor=0-1 -->
<!--
Provides the capability to prefer itineraries that are unique if it comes to 
the operating flights. This is done by penalizing itineraries with 
duplicated operating flights.
<OperatingDuplicate Weight="10">
</OperatingDuplicate>