POST api/city/timeseries/{objectKey}/typeClass/{typeClass}/resolution/{resolution}/save

Request Information

URI Parameters

NameDescriptionTypeAdditional information
objectKey

string

Required

typeClass

integer

Required

resolution

integer

Required

Body Parameters

Collection of TimeValue
NameDescriptionTypeAdditional information
ValueTime

date

None.

Value

decimal number

None.

Status

TimeSeriesValueStatus

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ValueTime": "2025-05-20T00:18:17.2260388+00:00",
    "Value": 1.1,
    "Status": 1
  },
  {
    "$ref": "1"
  }
]

text/html

Sample:
[{"$id":"1","ValueTime":"2025-05-20T00:18:17.2260388+00:00","Value":1.1,"Status":1},{"$ref":"1"}]

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true