PUT
/
v1
/
entities
/
{entityId}
/
heated-area
Update the heated area of an Entity
curl --request PUT \
  --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/heated-area \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "heatedArea": 123
}'
{
  "heatedArea": 123
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

Body

The heated area

The body is of type object.

Response

200
application/json

OK

The response is of type object.