POST api/poc/devices/{deviceAssetId}/seqcontrol
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceAssetId | integer |
Required |
Body Parameters
SequentricControl| Name | Description | Type | Additional information |
|---|---|---|---|
| ValueCategory | TimeSeriesTypeClass |
Required |
|
| Value | decimal number |
Required |
|
| Duration | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"ValueCategory": 1,
"Value": 1.1,
"Duration": 2
}
text/html
Sample:
{"ValueCategory":1,"Value":1.1,"Duration":2}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.