SABRE BFM 欧洲之星搜索,标准总理和商务总理没有结果 类

SABRE BFM Eurostar search, no results for standard premier & business premier classes

我们正在使用 Sabre 的 Rest BFM Api。我们可以在标准 class 中搜索欧洲之星门票。但是,搜索 Standard Premier 或 Business Premier 永远不会 returns 任何结果。

{
  "Target": "Production",
  "POS": {
    "Source": [
      {
        "PseudoCityCode": "",
        "RequestorID": {
          "Type": "1",
          "ID": "",
          "CompanyName": {

          }
        }
      }
    ]
  },
  "OriginDestinationInformation": [
    {
      "RPH": "1",
      "DepartureDateTime": "2019-07-17T00:00:00",
      "OriginLocation": {
        "LocationCode": "QQS"
      },
      "DestinationLocation": {
        "LocationCode": "XPG"
      },
      "TPA_Extensions": {
        "SegmentType": {
          "Code": "O"
        }
      }
    }
  ],
  "TravelPreferences": {
    "ValidInterlineTicket": true,
    "CabinPref": [
      {
        "Cabin": "Z",
        "PreferLevel": "Preferred"
      }
    ],
    "TPA_Extensions": {
      "TripType": {
        "Value": "Return"
      },
      "LongConnectTime": {
        "Min": 780,
        "Max": 1200,
        "Enable": true
      },
      "ExcludeCallDirectCarriers": {
        "Enabled": false
      }
    }
  },
  "TravelerInfoSummary": {
    "SeatsRequested": [
      1
    ],
    "AirTravelerAvail": [
      {
        "PassengerTypeQuantity": [
          {
            "Code": "ADT",
            "Quantity": 1
          }
        ]
      }
    ]
  },
  "TPA_Extensions": {
    "IntelliSellTransaction": {
      "RequestType": {
        "Name": "50ITINS"
      }
    }
  }
}

我们没有收到任何结果,也没有收到任何错误消息。我已尝试联系 Sabre,但尚未收到回复。

我猜是因为

 "CabinPref": [
      {
        "Cabin": "Z",
        "PreferLevel": "Preferred"
      }

您是否在 RBD 中查找 "carrier" 的机舱代码?

如果您只指定 1 RPH,为什么还要指定这是一次 return 行程?