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
stringaddress
object
raw
stringline1
stringline2
stringcity
stringstate
stringpostalCode
stringcountry
stringiso3166
stringlatitude
numberlongitude
numberbearing
numberdescription
stringfloor
stringsource
string ;values: Building |Floor floorIds
array [string <uuid> ] Responses
201
Building unique ID in UUID format
Created
id
string<uuid>Building unique ID in UUID format

