Create or update time series data for mutiple unique asset-aspect (entity-property set) combinations.

PUT {{baseUrl}}/timeseries

Create or update time series data for multiple unique combinations of assets (entities) and aspects (property sets). In case of an update of data at an already existing time, all properties at that time will be replaced by the ones provided in the request. All asset-aspect (entity-property set) combinations need to belong to the same tenant.

Request body limitations: 1. A maximum of 5 asset-aspect (entity-property set) combinations can be provided 2. The request body size must be equal or less than 100 kb 3. A maximum of 100 time series data items can be provided overall

Request Body

{"timeseries"=>[{"entityId"=>"<string>", "propertySetName"=>"<string>", "data"=>[{"_time"=>"<dateTime>"}, {"_time"=>"<dateTime>"}]}, {"entityId"=>"<string>", "propertySetName"=>"<string>", "data"=>[{"_time"=>"<dateTime>"}, {"_time"=>"<dateTime>"}]}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring