---
title: "Public Book"
method: POST
path: "/reservationonline/api/book"
tags: ["reservation online"]
---

# Public Book

`POST /reservationonline/api/book`

## Request body

- PublicReservationIn
  - `branch` string, required
  - `customer_name` string, required
  - `country_code` string, required
  - `phone` string, required
  - `party_size` integer, required
  - `date` string, required
  - `time` string, required
  - `seating_preference` string
  - `notes` string
  - `locale` string
  - `client_request_id` string
  - `website` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
