---
title: "Create room"
method: POST
path: "/api/v3.3/rooms"
tags: ["Rooms"]
---

# Create room

`POST /api/v3.3/rooms`

Adds a new room to a property

## Request body

- RoomApi3AddingDto
  - `propertyUid` string, required
  - `roomType` 'ART_STUDIO' | 'BACKYARD' | 'BALCONY' | 'BEDROOM' | 'BOWLING_ALLEY' | 'CHILDRENS_PLAYROOM' | 'COURTYARD' | 'DARKROOM' | 'DECK' | 'DINING_ROOM' | 'EVENT_ROOM' | 'EXTERIOR' | 'FRONT_YARD' | 'FULL_BATHROOM' | 'GAME_ROOM' | 'GARAGE' | 'GARDEN' | 'GYM' | 'HALF_BATHROOM' | 'HOT_TUB' | 'JP_ONLY_FLOOR_PLAN' | 'KITCHEN' | 'KITCHENETTE' | 'LAUNDRY_ROOM' | 'LIBRARY' | 'LIVING_ROOM' | 'MOVIE_THEATER' | 'MUSIC_STUDIO' | 'OFFICE' | 'ONSEN' | 'PATIO' | 'PHOTOGRAPHY_STUDIO' | 'POOL' | 'PORCH' | 'ROOFTOP' | 'STUDIO' | 'SUNROOM' | 'TERRACE' | 'THEME_ROOM' | 'WINE_CELLAR' | 'WOODSHOP' | 'WORKSHOP' | 'WORKSPACE' | 'COMMON_SPACES', required
  - `bedCounts` object
    - `doubleBed` number
    - `toddlerBed` number
    - `crib` number
    - `couch` number
    - `sofaBed` number
    - `queenBed` number
    - `kingBed` number
    - `futonBed` number
    - `airMattress` number
    - `floorMattress` number
    - `singleBed` number
    - `waterBed` number
    - `bunkBed` number
    - `hammockBed` number
  - `hasPrivateBathroom` boolean, required
  - `roomNumber` integer, required

## Response `200`

OK

---

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