---
title: "Suggest Booking Proposals Route"
method: POST
path: "/api/v1/booking-proposals/{surface}/{log_id}/suggest"
tags: ["booking-proposals"]
---

# Suggest Booking Proposals Route

`POST /api/v1/booking-proposals/{surface}/{log_id}/suggest`

Run the strong model over the log and return its pending suggestions.

## Path parameters

- `surface` 'voice' | 'text' | 'email', required
- `log_id` string, uuid, required

## Response `200`

Successful Response

- BookingProposalRead[]
  - `observation_id` string, uuid, required
  - `property_id` string, uuid, nullable, required
  - `property_code` string, nullable, required
  - `requested_checkin` string, date, nullable, required
  - `requested_checkout` string, date, nullable, required
  - `party_size` integer, nullable, required
  - `guest_name` string, nullable, required
  - `guest_email` string, nullable, required
  - `observed_at` string, date-time, required

## Other responses

- `404` — Proposal or log not found
- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/booking-proposals/:surface/:log_id/suggest/post.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/7a2c09378911?raw)
