1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <air:AirRetrieveDocumentReq TargetBranch="P*******" AuthorizedBy="GALDEV" UniversalRecordLocatorCode="DDDADD"TraceId="trace" RetrieveProviderReservationDetails="false" xmlns:air="http://www.travelport.com/schema/air_v52_0" xmlns:com="http://www.travelport.com/schema/common_v52_0" ProviderCode="1G"> <com:BillingPointOfSaleInfo OriginApplication="UAPI"/> <!--com:TicketNumber>1183490510211</com:TicketNumber--> <air:AirReservationLocatorCode>DAAADD</air:AirReservationLocatorCode> </air:AirRetrieveDocumentReq> </soap:Body> </soap:Envelope> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <faultcode>Server.null</faultcode> <faultstring>The reservation 'DDDDDA' has no tickets yet</faultstring> <detail> <common_v52_0:ErrorInfo xmlns:common_v52_0="http://www.travelport.com/schema/common_v52_0"> <common_v52_0:Code>3000</common_v52_0:Code> <common_v52_0:Service>PROVISIONINGSERVICE</common_v52_0:Service> <common_v52_0:Type/> <common_v52_0:Description>The reservation 'DBXCN4' has no tickets yet</common_v52_0:Description> <common_v52_0:TransactionId>7A8C2BF30A0EE0B5142B3F247AB45C38</common_v52_0:TransactionId> <common_v52_0:TraceId>dfdfdfsfsd</common_v52_0:TraceId> </common_v52_0:ErrorInfo> </detail> </SOAP:Fault> |
LCC 인 경우
부분 발권: 예약에 일부 구간에 대해서만 티켓이 발권되었거나, 특정 승객에 대해서만 발권이 완료된 경우 발생할 수 있습니다. AirRetrieveDocumentReq에서 예약에 연결된 모든 티켓을 찾을 수 없는 경우 이와 같은 메시지를 반환할 수 있습니다.
Travelport 시스템 업데이트 지연: 발권이 완료되었지만 Travelport 시스템이 항공사의 발권 정보를 아직 업데이트하지 않았을 수 있습니다. 이 경우 잠시 후 다시 시도하면 발권 정보를 찾을 수 있을 가능성이 있습니다.