Skip to main content
Requires authentication

Endpoint

POST /buildings

Request Body

{
  "name": "Building A",
  "sectorId": "uuid",
  "floors": 5
}

Response

{
  "success": true,
  "data": {
    "id": "uuid",
    "name": "Building A",
    "sectorId": "uuid"
  }
}