【发布时间】:2019-09-05 09:39:49
【问题描述】:
在发送请求 CreatePassengerNameRecordRS 以在 sabre 上创建 PNR 时,收到错误“ERR.SP.BUSINESS_ERROR”,描述“在结束交易响应中找不到 PNR 定位器”。 这个错误的根本原因是什么?
(
[0] => stdClass Object
(
[code] => ERR.SP.BUSINESS_ERROR
[content] => PNR has not been created successfully, see remaining messages for details
)
[1] => stdClass Object
(
[code] => ERR.SP.BUSINESS_ERROR
[content] => Could not find the PNR locator in the End Transaction response
)
)```
【问题讨论】:
-
您介意分享您的请求对象 (CreatePassengerNameRecordRQ) 吗?此错误的根本原因将取决于您创建预订的方式。只有1人吗?您的预订中有任何 CHD 或 INF 吗?您要添加任何 DOCS 或 DOCO 吗?如果你分享你的 RQ 会更容易