PUT
/
v1
/
entities
/
{entityId}
/
properties
curl --request PUT \
  --url https://platform.realto.io/api/v1/entities/{entityId}/properties \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "properties": "<any>"
}'
{
  "created": "2023-11-07T05:31:56Z",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "isOnline": true,
  "lastSeen": "2023-11-07T05:31:56Z",
  "properties": "<any>",
  "reference": {
    "manufacturer": "<string>",
    "type": "<string>",
    "reference": "<string>"
  },
  "type": "Battery"
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string
required

The id of the Entity

Body

The custom properties
properties
any | null

Response

200
application/json
OK
created
string
id
string
isOnline
boolean | null
lastSeen
string | null
properties
any | null
reference
object
type
enum<string>
Available options:
Battery,
Boiler,
ChargePole,
EV,
HeatPump,
PV,
RetrofitMeter,
SmartMeter