PUT api/v1/points/setPoint
Sets a new value for a point. Point tags are not validated for submission.
CygNet Access Requirements
CygNet ACS security: BRDGAPI ACCESS 3
CygNet Bridge API license type: Control
Request Information
URI Parameters
None
Body Parameters
Set Point DTO, contains the point tag, new value and optional date to set.
| Name | Description | Type | Additional information |
|---|---|---|---|
| value |
Value to set the point to, this is a required field. Null values will be treated as empty string. |
Object |
None |
| pointTag |
Point tag of the point to set |
string |
Required |
| timestamp |
Datetime timestamp of the new value |
date |
None |
Request Formats
application/json, text/json
Sample:
{
"value": "5.15382",
"pointTag": "CYGSITE.UIS::ASH_GM.PRDIFXIN",
"timestamp": "2018-09-17T17:47:14.324Z"
}
Response Information
Resource Description
None