简体   繁体   中英

Travelport uAPI ticketing

I'm getting following error when I request to ticket

"Host error during ticket issue. INVALID ND LINKAGE"

Request I've sent is

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

Am I supposed to include any additional information?

You need to contact the account manager: "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

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.

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