POST api/signalr/timeseries/objectkey/{objectKey}/type/{type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
objectKey

string

Required

type

integer

Required

Body Parameters

TimeSeriesValue
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.