Travelport uAPI 票务
Travelport uAPI ticketing
我在申请票时遇到以下错误
"Host error during ticket issue. INVALID ND LINKAGE"
我发送的请求是
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<air:AirTicketingReq xmlns:air="http://www.travelport.com/schema/air_v35_0" AuthorizedBy="Travelport" BulkTicket="false" ReturnInfoOnFail="true" TargetBranch="P7038833" TraceId="trace">
<com:BillingPointOfSaleInfo xmlns:com="http://www.travelport.com/schema/common_v35_0" OriginApplication="UAPI"/>
<air:AirReservationLocatorCode>K8H3JM</air:AirReservationLocatorCode>
</air:AirTicketingReq>
</soapenv:Body>
我应该包含任何其他信息吗?
您需要联系客户经理:"Please contact your Travelport Account Manager to ask for trial credentials with ticketing provisioned on it."
https://github.com/Travelport/travelport-uapi-tutorial/issues/118
我在申请票时遇到以下错误
"Host error during ticket issue. INVALID ND LINKAGE"
我发送的请求是
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<air:AirTicketingReq xmlns:air="http://www.travelport.com/schema/air_v35_0" AuthorizedBy="Travelport" BulkTicket="false" ReturnInfoOnFail="true" TargetBranch="P7038833" TraceId="trace">
<com:BillingPointOfSaleInfo xmlns:com="http://www.travelport.com/schema/common_v35_0" OriginApplication="UAPI"/>
<air:AirReservationLocatorCode>K8H3JM</air:AirReservationLocatorCode>
</air:AirTicketingReq>
</soapenv:Body>
我应该包含任何其他信息吗?
您需要联系客户经理:"Please contact your Travelport Account Manager to ask for trial credentials with ticketing provisioned on it."
https://github.com/Travelport/travelport-uapi-tutorial/issues/118