Closed renatoBrancato closed 1 year ago
Hello @renatoBrancato, which city code did you use?
I have managed to get a response by calling as below.
amadeus.referenceData.locations.hotels.byCity.get({ cityCode: "PAR", ratings:'1,2'})
Closed the issue since no response :)
Description
Not possbile to call locations.hotels.byCity.get with rating param as mentioned as the documentation permit: https://developers.amadeus.com/self-service/category/hotels/api-doc/hotel-list/api-reference
Steps to Reproduce
call node funcion like:
amadeus.referenceData.locations.hotels.byCity.get({ cityCode: city, ratings:'1,2'
}
Expected Behavior: retrive hotels
Actual Behavior: empty object returned
Stable Behavior? [What percentage of the time does it reproduce?]