v15

latestSwagger 2.0raw.githubusercontent.com2023-05-0423241.2 KB
shopping

getMultiHotelOffers

get/shopping/hotel-offers

Query parameters

hotelIdsstring[] required

Amadeus property codes on 8 chars. Mandatory parameter for a search by predefined list of hotels.

adultsinteger

Number of adult guests (1-9) per room.

checkInDatestring date

Check-in date of the stay (hotel local date). Format YYYY-MM-DD. The lowest accepted value is the present date (no dates in the past). If not present, the default value will be today's date in the GMT time zone.

checkOutDatestring date

Check-out date of the stay (hotel local date). Format YYYY-MM-DD. The lowest accepted value is checkInDate+1. If not present, it will default to checkInDate +1.

countryOfResidencestring

Code of the country of residence of the traveler expressed using ISO 3166-1 format.

roomQuantityinteger

Number of rooms requested (1-9).

priceRangestring

Filter hotel offers by price per night interval (ex: 200-300 or -300 or 100). It is mandatory to include a currency when this field is set.

currencystring

Use this parameter to request a specific currency. ISO currency code (http://www.iso.org/iso/home/standards/currency_codes.htm). If a hotel does not support the requested currency, the prices for the hotel will be returned in the local currency of the hotel.

paymentPolicy'GUARANTEE' | 'DEPOSIT' | 'NONE'

Filter the response based on a specific payment type. NONE means all types (default).

boardType'ROOM_ONLY' | 'BREAKFAST' | 'HALF_BOARD' | 'FULL_BOARD' | 'ALL_INCLUSIVE'

Filter response based on available meals: * ROOM_ONLY = Room Only * BREAKFAST = Breakfast * HALF_BOARD = Diner & Breakfast (only for Aggregators) * FULL_BOARD = Full Board (only for Aggregators) * ALL_INCLUSIVE = All Inclusive (only for Aggregators)

includeClosedboolean

Show all properties (include sold out) or available only. For sold out properties, please check availability on other dates.

bestRateOnlyboolean

Used to return only the cheapest offer per hotel or all available offers.

langstring

Requested language of descriptive texts. Examples: FR , fr , fr-FR. If a language is not available the text will be returned in english. ISO language code (https://www.iso.org/iso-639-language-codes.html).

Response

OK

All 2 operations