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>
このエラーを修正するにはどうすればよいですか?