Construct Building
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"def_id": 2,
"display_name": "Wasserwerk Bad Segeberg"
}
Request Code Samples
curl --location --request POST '/buildings/construct' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"def_id": 2,
"display_name": "Wasserwerk Bad Segeberg"
}'
Responses
application/json Modified at 2025-03-03 21:39:13