We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d996d09 commit 4264257Copy full SHA for 4264257
README.rst
@@ -275,15 +275,15 @@ List of supported endpoints
275
# Hotel Name Autocomplete
276
amadeus.reference_data.locations.hotel.get(keyword='PARI', subType=[Hotel.HOTEL_GDS, Hotel.HOTEL_LEISURE])
277
278
- # Hotel Booking V2
+ # Hotel Booking v2
279
# The offerId comes from the hotel_offer above
280
amadeus.booking.hotel_orders.post(
281
guests=guests,
282
travel_agent=travel_agent,
283
room_associations=room_associations,
284
payment=payment)
285
286
- # Hotel Booking V1
+ # Hotel Booking v1
287
288
amadeus.booking.hotel_bookings.post(offerId, guests, payments)
289
0 commit comments