POST api/signalr/timeseries/objectkey/{objectKey}/type/{type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objectKey | string |
Required |
|
| type | integer |
Required |
Body Parameters
TimeSeriesValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | decimal number |
None. |
|
| ValueTime | date |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Value": 1.1,
"ValueTime": "2025-12-23T18:50:26.5097277+00:00",
"Status": 2
}
text/html
Sample:
{"Value":1.1,"ValueTime":"2025-12-23T18:50:26.5097277+00:00","Status":2}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.