在飞机票通用API中,我有以下请求:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<air:AirTicketingReq AuthorizedBy="Travelport" BulkTicket="false" ReturnInfoOnFail="true" TargetBranch="*******" TraceId="trace" xmlns:air="http://www.travelport.com/schema/air_v33_0" xmlns:com="http://www.travelport.com/schema/common_v33_0">
<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>
<air:AirReservationLocatorCode>K82F4Q</air:AirReservationLocatorCode>
</air:AirTicketingReq>
</soapenv:Body>
</soapenv:Envelope>并得到以下错误:
<faultstring>Record locator not found.</faultstring>如何纠正此错误?
发布于 2020-03-18 14:21:10
这是一个永久的错误。PNR可能会变老,或者您在PNR号码中有一个错误。
或者您正在使用替代GDS的PNR编号(uAPI处理伽利略/ Wroldspan)。
https://stackoverflow.com/questions/33708329
复制相似问题