0

在发送请求 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
)
)```

4

1 回答 1

0

这背后的原因是 PNR 创建过程中的某些内容未通过,可能 PNR 中的某些必填字段丢失,并且服务无法通过结束事务来保存记录定位器,因此它返回此警告。

于 2019-09-06T07:55:38.673 回答