amadeus4dev / developer-guides

Developer Guides
MIT License
36 stars 26 forks source link

Hotel Search v3 multiple rooms pricing #204

Closed tsolakoua closed 8 months ago

tsolakoua commented 9 months ago

When a user search for several rooms, the price returned is per room. That means that the developer will need to calculate the final price. We need to also add it in the guides, such as "The current version of the Hotel Search API returns the price per room. To get the total price of a reservation for multiple rooms, you must multiply the price by roomQuantity. "