Skip to main content

Compute V1 (rule-based) recommendations for a date range

POST 

/v1/recommendations

Pure function over the company's currently configured budgets, demands, events, strategy rules, and competitor data. Recomputed on every call and not persisted server-side.

Response shape:

  • current_rate — the hotel's own rate for the day, when ingested.
  • market_rate — currently always null; placeholder until a real market-rate source is wired.
  • competitor_rate — average competitor rate for the day.
  • recommended_rate — the V1 engine's output.
  • justification — human-readable explanation for display.

Request

Responses

Successful Response