create_reservation
Submit a booking or appointment request for a published business facade. Creates a PENDING reservation; the merchant confirms in Dashboard. Not a guaranteed instant booking. HTTP equivalent: POST /api/v1/b/{handle}/reservations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | YYYY-MM-DD | |
| mode | No | table for dine-in; appointment for generic services | |
| name | Yes | Guest name | |
| note | No | Optional note for the merchant | |
| time | Yes | HH:mm | |
| No | Optional guest email | ||
| phone | Yes | Guest phone (E.164 or local) | |
| table | No | Optional table code from facade.tables | |
| handle | Yes | Public facade handle (AgentID) | |
| service | No | Optional service label | |
| partySize | Yes | Party size (1–40) |