POST api/dataseries/{assetId}/meterreading

Posts meter reading.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetId

The assetid.

string

Required

Body Parameters

The reading.

MeterReading
NameDescriptionTypeAdditional information
Value

decimal number

None.

Time

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Value": 1.1,
  "Time": "2025-05-18T13:54:55.4658939+00:00"
}

text/html

Sample:
{"Value":1.1,"Time":"2025-05-18T13:54:55.4658939+00:00"}

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true