我正在尝试为客户端实现 sabre GDS,在请求讨价还价最大休息 API 后,没有名称为 offerItemId 和 offerId 的项目供进一步使用。这是我的要求。任何帮助都是可观的。问题是什么?我正在尝试为客户端实现 sabre GDS,在请求讨价还价最大休息 API 后,没有名称为 offerItemId 和 offerId 的项目供进一步使用。这是我的要求。任何帮助都是可观的。问题是什么?
{
"OTA_AirLowFareSearchRQ": {
"OriginDestinationInformation": [
{
"DepartureDateTime": "2020-07-21T00:00:00",
"DestinationLocation": {
"LocationCode": "YYC"
},
"OriginLocation": {
"LocationCode": "BRU"
},
"RPH": "0"
},
{
"DepartureDateTime": "2020-07-25T00:00:00",
"DestinationLocation": {
"LocationCode": "BRU"
},
"OriginLocation": {
"LocationCode": "YYC"
},
"RPH": "1"
}
],
"POS": {
"Source": [
{
"PseudoCityCode": "F9CE",
"RequestorID": {
"CompanyName": {
"Code": "TN"
},
"ID": "1",
"Type": "1"
}
}
]
},
"TPA_Extensions": {
"IntelliSellTransaction": {
"RequestType": {
"Name": "200ITINS"
}
}
},
"TravelPreferences": {
"CabinPref": [{
"Cabin": "P",
"PreferLevel": "Preferred"
}],
"TPA_Extensions": {
"DataSources": {
"ATPCO": "Enable",
"LCC": "Enable",
"NDC": "Enable"
},
"NumTrips": {}
}
},
"TravelerInfoSummary": {
"AirTravelerAvail": [
{
"PassengerTypeQuantity": [{"Code": "ADT","Quantity": 3}]
}
],
"SeatsRequested": [
5
]
},
"Version": "2"
}
}