Questions tagged [amadeus]

Amadeus is a technology solutions provider to the global travel and tourism industry. This tag is for questions about software development using Amadeus' APIs.

Amadeus provides search, pricing, booking, ticketing and other processing services in real-time to travel providers and travel agencies through its Amadeus CRS distribution business area. Amadeus CRS is the largest GDS provider in the worldwide travel and tourism industry, with an estimated market share of 37% in 2009.

364 questions
2
votes
1 answer

Validator.js Module not found - Can't resolve http in client

I've got some trouble implementing the amadeus-node package into an angular 10 project. As soon as I implement the following line const Amadeus = require('amadeus'); I receive this error ERROR in…
Rouven
  • 324
  • 3
  • 12
2
votes
1 answer

Getting System Error when accessing Amadeus Test API (Flight Inspiration Search)

I've been using the Amadeus test API for about 2 weeks now and the first week I was able to make requests locally with clientId/clientSecret for my app and through the online Swagger page using the refresh token. Recently, I've been getting System…
Scott McCartney
  • 153
  • 1
  • 8
2
votes
1 answer

BeforeSendRequest not called SecurityTokenInspector

I'm trying to send SOAP Request to Amadeus Enterprise WSAP. they provide little documentation for how to connect, I followed their code sample class SecurityTokenInspector : IClientMessageInspector { ..... public object BeforeSendRequest(ref…
2
votes
2 answers

amadeus API list of all possible hotel "amenities"

In Amadeus hotels API there is amenities choices and in the search results there is different possibilities as well. To make amenities more user readable I'd like a FULL list of ALL different possible amenities so that I can populate a database with…
Jintor
  • 607
  • 8
  • 32
2
votes
1 answer

How to get full list of cities and airports with their corresponding codes?

I am building a travel booking site using Amadeus self service web-service. I have come to a point where I want to the users to be able to search perform a relative search for a city or airport using the actual name instead of IATA codes since. The…
CliffTheCoder
  • 394
  • 1
  • 4
  • 24
2
votes
2 answers

In Amadeus self service APIs, is price.total inclusive of all taxes and fees?

For the Amadeus self-service rest APIs: v1/shopping/flight-offers and flight-dates, is the price.total response field inclusive of all taxes and fees? I seem to need to add total + totalTaxes to get a price that's close to the one provided by the…
Chris Han
  • 420
  • 5
  • 13
2
votes
2 answers

Amadeus Flight Offers API

{ "errors": [ { "status": 503, "title": "No available service for processing the request.", "code": 19, "source": { "pointer": "shopping/flight-offers" } } ] } I get the above error when I call the…
2
votes
1 answer

JavaScript Attribute Value From DropDownList Selection

I have a DropDownList with Text Field and Value Field populated from SQL Server database. I wish to get Value Field selected by the user and input into the "country: " which below "term: request term" in the JavaScript. Thanks for every members here…
Yih Wei
  • 537
  • 3
  • 21
2
votes
1 answer

How can I create session in Amadeus web service

I am new in Amadeus web service integration; I use a wsdl from below address: https://nodeD1.test.webservices.amadeus.com/xxxxxxx this web service contains below methods: • Air_MultiAvailability • Air_SellFromRecommendation • …
Mojtaba Rezaie
  • 98
  • 1
  • 10
2
votes
2 answers

How can I integrate the Amadeus API with my Laravel web page?

I need integrate the Amadeus API in my Laravel web page, because I can't find how can integrate this, I have learned some documentation for work in PHP, in other cases work in Laravel but no necesary with Amadeus, but with SOAP, I need to do this…
2
votes
1 answer

How to find the airline information based on the IATA code using Amadeus API

I'm using the Amadeus Flight Inspiration Search sandbox API. Here's an example of a JSON response: { "destination": "WAS", "departure_date": "2017-04-01", "return_date": "2017-04-15", "price": "126.40", "airline":…
Sarah
  • 21
  • 3
2
votes
1 answer

Connect to Amadeus (http://webservices.amadeus.com/) soap api connection using python

I am very new in Python as well as I am not used Amadeus API before, I trying to make connection from Amadeus(http://webservices.amadeus.com/) soap API, I have .wsdl file and i want to send request and get response using python. I have looked…
user3375505
  • 251
  • 1
  • 3
  • 7
1
vote
1 answer

Error code 38189, 'title': 'Internal error', 'detail': 'An internal error occurred, please contact your administrator status 500

I always get {'errors': [{'code': 38189, 'title': 'Internal error', 'detail': 'An internal error occurred, please contact your administrator', 'status': 500}]} when calling POST on flight offers pricing API, flight offer API works fine though.
Mohamed Seif
  • 382
  • 1
  • 3
  • 14
1
vote
0 answers

How to query JSONB array of objects in PostgreSQL

How to filter flight_data in "flight_offers" table based on provided segment IDs in Prisma.io? I have two tables: "searches" and "flight_offers". The db structure for "searches" is as follows: CREATE TABLE "searches" ( "id" SERIAL NOT NULL, …
amo
  • 147
  • 1
  • 3
  • 13
1
vote
2 answers

Amadeus API Hotel description

Is there a way to get a more detailed hotel description? For example, by using this endpoint https://test.api.amadeus.com/v1/reference-data/locations/hotels/by-hotels?hotelIds=ACPAR419 I'm getting such a response { "data": [ …
Vahe
  • 99
  • 1
  • 3
  • 12
1
2
3
24 25