POST
Create property room

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

property_id
string<uuid>
required

Property ID

Body

application/json

JSON payload used to create property room.

Request payload for create room.

name
string
required

Human-readable name for the resource.

Required string length: 1 - 120
floor
string | null

Floor label or number where the room is located.

Maximum string length: 80
base_rent
string | null

Default monthly rent amount for the room.

Example:

"3000000"

default_deposit
string | null

Default deposit amount used when creating leases.

Example:

"3000000"

area_m2
number<double> | null

Room area in square meters.

Required range: x >= 0
note
string | null

Optional note captured by the operator.

Maximum string length: 1000

Response

Created room

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.