GET api/customers/{customerId}/contracts/{contractNo}/meters/{meterId}/wattmeter

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

integer

Required

contractNo

integer

Required

meterId

string

Required

Body Parameters

None.

Response Information

Resource Description

WattMeterAndMaxEffect
NameDescriptionTypeAdditional information
Last

TimeSerieValue

None.

ThisMonthMax

TimeSerieValue

None.

Max

TimeSerieValue

None.

Response Formats

application/json, text/json

Sample:
{
  "Last": {
    "$id": "1",
    "ValueTime": "2025-05-20T00:03:33.388802+00:00",
    "Value": 1.1,
    "TimeSeriesType": 0
  },
  "ThisMonthMax": {
    "$ref": "1"
  },
  "Max": {
    "$ref": "1"
  }
}

text/html

Sample:
{"Last":{"$id":"1","ValueTime":"2025-05-20T00:03:33.388802+00:00","Value":1.1,"TimeSeriesType":0},"ThisMonthMax":{"$ref":"1"},"Max":{"$ref":"1"}}