TravlePort api : GTID 连接
TravlePort api : GTID connection
在 Airticket Universal 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>
如何解决这个错误?
这是一个永久性错误。 PNR 可能会变旧,或者您的 PNR 编号有错字。
或者您正在使用来自替代 GDS 的 PNR 号码(uAPI 处理 Galileo / Wroldspan)。
在 Airticket Universal 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>
如何解决这个错误?
这是一个永久性错误。 PNR 可能会变旧,或者您的 PNR 编号有错字。
或者您正在使用来自替代 GDS 的 PNR 号码(uAPI 处理 Galileo / Wroldspan)。