You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We are getting error after getting pre- production api credentials. I want to details of the particular flight.
"Domain/Service: uAPI/FlightInformationReq not authorized for user: Universal API/uAPI1750790704-327b5ca9"
I'm not sure if you info as Request is the endpoint of you soap request, but it it is, there is a mistake, the right endpoint is ending with "FlightService" not "FlightInformationReq" that is the name of main element on the request.
Hello,
We are getting error after getting pre- production api credentials. I want to details of the particular flight.
"Domain/Service: uAPI/FlightInformationReq not authorized for user: Universal API/uAPI1750790704-327b5ca9"
Request -> https://apac.universal-api.pp.travelport.com/B2BGateway/connect/uAPI/FlightInformationReq
request body
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
soap:Body
<air:FlightDetailsReq TargetBranch="P7004166" xmlns:air="http://www.travelport.com/schema/air_v50_0" xmlns:com="http://www.travelport.com/schema/common_v50_0">
<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>
<air:AirSegment Key="GcF/Wl/pWDKAG+hQAAAAAA==" Group="0" Carrier="UA" FlightNumber="1715" Origin="DEL" Destination="GOP" DepartureTime="2021-05-13T11:30:00.000+05:30" ArrivalTime="2021-05-13T13:30:00.000+05:30" FlightTime="120" TravelTime="210" Distance="409" Equipment="ATR" xmlns:air="http://www.travelport.com/schema/air_v50_0" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"/>
</air:FlightDetailsReq>
</soap:Body>
</soap:Envelope>
Response Body
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
SOAP-ENV:Body
SOAP-ENV:Fault
SOAP-ENV:faultcode401</SOAP-ENV:faultcode>
SOAP-ENV:faultstringDomain/Service: uAPI/FlightInformationReq not authorized for user: Universal API/uAPI1750790704-327b5ca9</SOAP-ENV:faultstring>
SOAP-ENV:faultactor </SOAP-ENV:faultactor>
SOAP-ENV:detailDomain/Service: uAPI/FlightInformationReq not authorized for user: Universal API/uAPI1750790704-327b5ca9</SOAP-ENV:detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
The text was updated successfully, but these errors were encountered: