---
title: "POST /rooms"
method: POST
path: "/rooms"
tags: ["rooms"]
---

# POST /rooms

`POST /rooms`

## Request body

- CreateRoom
  - `name` string
  - `branch` integer
  - `position` integer

## Response `201`

Created

- Room
  - `uid` string
  - `name` string
  - `branch` integer
  - `position` integer
  - `tables_count` integer

---

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