POST api/IMMSApis/StopIrrigationController
Request Information
URI Parameters
None.
Body Parameters
StopIrrigationControllerLevelBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteID | integer |
Required Range: inclusive between 0 and 99 |
|
| ControllerID | integer |
Required Range: inclusive between 0 and 99 |
Request Formats
application/json, text/json
Sample:
{
"SiteID": 1,
"ControllerID": 2
}
application/xml, text/xml
Sample:
<StopIrrigationControllerLevelBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IMMSApi.Models"> <ControllerID>2</ControllerID> <SiteID>1</SiteID> </StopIrrigationControllerLevelBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.