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
TimeSeriesValueName | 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-05-18T07:48:18.4875284+00:00", "Status": 2 }
text/html
Sample:
{"Value":1.1,"ValueTime":"2025-05-18T07:48:18.4875284+00:00","Status":2}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.