POST api/dataseries/{assetId}/meterreading
Posts meter reading.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetId |
The assetid. |
string |
Required |
Body Parameters
The reading.
MeterReadingName | Description | Type | Additional 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
booleanResponse Formats
application/json, text/json, text/html
Sample:
true