Appearance
Create building
POST /buildings
Create a new building for organization. Optionally add the floors listed in the floorIds
property to the building.
Request
Body
name
string
address
object
raw
string
line1
string
line2
string
city
string
state
string
postalCode
string
country
string
iso3166
string
latitude
number
longitude
number
bearing
number
description
string
floor
string
floorIds
array [string <uuid> ]
Responses
201
Building unique ID in UUID format
Created
id
string<uuid>
Building unique ID in UUID format