POST api/CenPilot/UpdateProgramValve
Request Information
URI Parameters
None.
Body Parameters
ProgramValveUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| OnTime | string |
None. |
|
| OffTime | string |
None. |
|
| ID | integer |
None. |
|
| Status | integer |
None. |
|
| Duration | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OnTime": "sample string 1",
"OffTime": "sample string 2",
"ID": 3,
"Status": 4,
"Duration": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.