---
title: "Create Booking"
method: POST
path: "/bookings"
---

# Create Booking

`POST /bookings`

Create a new booking.

## Request body

- object
  - `branch_id` integer, required — Location ID
  - `assignee_id` integer, required — Assigned Employee ID
  - `client_id` integer, required — Client (Person / Organization) ID
  - `scheduled_for` string, date-time, required — "Scheduled From" date and time (ISO 8601)
  - `scheduled_to` string, date-time, required — "Scheduled To" date and time (ISO 8601)
  - `resource_id` integer — Resource ID
  - `comment` string — Comment text

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/versions/85de4353ed28/schema)
