POST api/IMMSApis/SetOffDays
Request Information
URI Parameters
None.
Body Parameters
SetOffDaysBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteID | integer |
Required Range: inclusive between 0 and 99 |
|
| ControllerID | integer |
Required Range: inclusive between 0 and 99 |
|
| Days | integer |
Required Range: inclusive between 1 and 31 |
Request Formats
application/json, text/json
Sample:
{
"SiteID": 1,
"ControllerID": 2,
"Days": 3
}
application/xml, text/xml
Sample:
<SetOffDaysBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IMMSApi.Models"> <ControllerID>2</ControllerID> <Days>3</Days> <SiteID>1</SiteID> </SetOffDaysBindingModel>
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.