Skip to main content
Requires authentication

Endpoint

POST /floors

Request Body

{
  "floorNumber": 1,
  "buildingId": "uuid"
}

Response

{
  "success": true,
  "data": {
    "id": "uuid",
    "floorNumber": 1,
    "buildingId": "uuid"
  }
}