cURL
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 }
Set the heated area of an Entity and returns the updated heated area of that Entity
Access Token Authentication
The id of the Entity
The heated area
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?