POST api/CenPilot/PumpUpdate?ID={ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
Body Parameters
PumpUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| PumpName | string |
None. |
|
| Hp | string |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PumpName": "sample string 1",
"Hp": "sample string 2",
"Status": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.