Create a building for a building owner
ExternalDocument Platform
Last modified:2025-09-16 16:38:55
Create a new building owned by a specific building owner
Request
Body Params application/jsonRequired
Responses
application/json
ID of the created building
curl --location --request PUT 'https://api.findable.ai/building_owners//buildings/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'
Response Response Example
Modified at 2025-09-16 16:38:55