hotel-bookings
Requote
Re-price one hotel. reason decides on which feed, and what may replace what.
member turns a guest's public card into the member price after sign-in. refresh re-prices a card whose quote can no longer be sold — expired, or minted on a feed this deployment has retired — on whichever feed the viewer may see, and replaces the list wholesale. Failure modes by status:
- 404 no_rates — nothing to show. For member: either the hotel has no CUG rates for these dates, or there is no cached card to price against and therefore no ledger row to stand behind one; keep the B2C rooms, nothing is wrong. For refresh it means the opposite — the stale rooms are NOT a fallback and the card is not bookable for these dates.
- 422 — a child with no age; LiteAPI will not price without one.
- 502 provider_error — LiteAPI did not answer. Keep the B2C rooms.
post/hotel-bookings/requote
Request body
Response
Successful Response
Changes
Changed in 1 of the 22 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○