hotel-bookings
Book
Take the booking. Safe to call again after any failure.
A 409 book_indeterminate does NOT mean the booking failed — it means we could not establish whether it succeeded. The correct client response is to call this endpoint again; the reference is fixed, so a retry resolves into the existing booking rather than creating a second one.
post/hotel-bookings/{booking_id}/book
Path parameters
booking_idstring uuid required
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 22 revisions of this API.