SABRE单品牌票价属实

时间:2017-12-05 12:27:03

标签: json sabre

我正在使用属性SingleBrandedFare为true的BFM Rest。为什么SABRE会在飞行中返回多家营销航空公司?

json请求中的属性我需要传递给SABRE返回单个Marketing Airlines每个flyght吗?

json中的poroperty(OTA_AirLowFareSearchRQ):

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

1 个答案:

答案 0 :(得分:0)

品牌票价在一家航空公司内,如果你看汉莎航空,例如票价品牌将是“Light”,“Classic”,“Flex”这与仅同时运营一架航班无关。

我认为您正在寻找的是运营商重复数据删除:

我们使用肥皂 - 因此:

<!-- 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>