---
title: "Update Booking"
method: PATCH
path: "/bookings/{booking_id}"
---

# Update Booking

`PATCH /bookings/{booking_id}`

Update an existing booking.

## Path parameters

- `booking_id` integer, required

## Request body

- object
  - `branch_id` integer — Location ID
  - `status_id` integer — Booking status ID (1: New, 2: Confirmed, 3: Pending, 4; In progress, 5: Completed 6 - Canceled, 7: No-show)
  - `assignee_id` integer — Assigned employee ID
  - `client_id` integer — Client (Person / Organization) ID
  - `scheduled_for` string, date-time — "Scheduled From" date and time (ISO 8601)
  - `scheduled_to` string, date-time — "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)
