Create booking
POST/hotels/v1/booking
Creates a hotel booking. Prefer input.optionRefId from optionQuote.optionRefId after prebooking. When the connection allows book-from-search (no RATE_TYPE remark containing RECHECK), you may pass the search option id instead. Requires holder and rooms[].paxes.
Funnel Tracking (analytics only — not booking tokens): - Optional search_id / quote_id link Search → Quote → Book in analytics. - Do not put searchId/quoteId into optionRefId. - If omitted, the system may fall back to context or correlation_id.
Request
Responses
- 200
- 400
- 500
Successful booking creation
Bad request - invalid booking parameters
Internal server error