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.
MeterReading| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | decimal number |
None. |
|
| Time | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Value": 1.1,
"Time": "2025-12-23T19:07:06.4743497+00:00"
}
text/html
Sample:
{"Value":1.1,"Time":"2025-12-23T19:07:06.4743497+00:00"}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true