我们正在使用Sabre的Rest BFM Api。我们可以搜索标准舱的欧洲之星门票。但是,搜索Standard Premier或Business Premier永远不会返回任何结果。
{
"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,但尚未收到回复。
答案 0 :(得分:0)
我想这是由于
"CabinPref": [
{
"Cabin": "Z",
"PreferLevel": "Preferred"
}
您是否在RBD中查询了“承运人”的机舱代码?
为什么只指定1个RPH,则为什么指定这是一次回程?