POST api/city/timeseries/{objectKey}/typeClass/{typeClass}/resolution/{resolution}/save
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objectKey | string |
Required |
|
| typeClass | integer |
Required |
|
| resolution | integer |
Required |
Body Parameters
Collection of TimeValue| Name | Description | Type | Additional information |
|---|---|---|---|
| ValueTime | date |
None. |
|
| Value | decimal number |
None. |
|
| Status | TimeSeriesValueStatus |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ValueTime": "2025-12-24T08:54:44.0986752+00:00",
"Value": 1.1,
"Status": 1
},
{
"$ref": "1"
}
]
text/html
Sample:
[{"$id":"1","ValueTime":"2025-12-24T08:54:44.0986752+00:00","Value":1.1,"Status":1},{"$ref":"1"}]
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true