The travelport-uapi-tutorial is a Java project for Universal API that will help you connect and code a standard workflow including Air and Hotel.
45
stars
34
forks
source link
[1G] Provider error: UNABLE TO FARE QUOTE; [ACH] Provider error: No Supported ACH carrier requested; [RCH - BN] Provider error: Provisioning does not contain IATA code #150
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Body>
<SOAP:Fault>
<faultcode>Server.System</faultcode>
<faultstring> [1G] Provider error: UNABLE TO FARE QUOTE; [ACH] Provider error: No Supported ACH carrier requested; [RCH - BN] Provider error: Provisioning does not contain IATA code.; [RCH - TL] Provider error: Provisioning does not contain IATA code.; [RCH - DB] Provider error: Provisioning does not contain IATA code.; [ACH] IATACode element(s) is/are missing in Session Context.</faultstring>
<detail>
<common_v38_0:ErrorInfo xmlns:common_v38_0="http://www.travelport.com/schema/common_v38_0">
<common_v38_0:Code>1</common_v38_0:Code>
<common_v38_0:Service>SYSTEM</common_v38_0:Service>
<common_v38_0:Type>System</common_v38_0:Type>
<common_v38_0:Description> [1G] Provider error: UNABLE TO FARE QUOTE; [ACH] Provider error: No Supported ACH carrier requested; [RCH - BN] Provider error: Provisioning does not contain IATA code.; [RCH - TL] Provider error: Provisioning does not contain IATA code.; [RCH - DB] Provider error: Provisioning does not contain IATA code.; [ACH] IATACode element(s) is/are missing in Session Context.</common_v38_0:Description>
<common_v38_0:TransactionId>39731B680A07647742A01CA376F28D5E</common_v38_0:TransactionId>
</common_v38_0:ErrorInfo>
</detail>
</SOAP:Fault>
</SOAP:Body>
</SOAP:Envelope>
Ok I know that this currency is not the default currency to this country or city but the travelport API should not convert automatically the default currency value to the currency that the user enter (in this example it is ADP)
When I send do a search based on the USD currency, I receive a response.
Request
Response (part of the response)
But when I try to put another currency, for example ADP, I got a error:
Request
Response
Ok I know that this currency is not the default currency to this country or city but the travelport API should not convert automatically the default currency value to the currency that the user enter (in this example it is ADP)