简体   繁体   中英

TravlePort api : GTID connection

In Airticket Universal API part I have following request:

<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>

and got following error:

<faultstring>Record locator not found.</faultstring>

How can I fix this error?

It is a permanent error. PNR might become old, or you have a typo in PNR number.

Or you are using PNR number from alternative GDS (uAPI handles Galileo / Wroldspan).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

Related Question
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM