POST request/water/config/thresholdlimit
Request Information
URI Parameters
None.
Body Parameters
ThresholdPut| Name | Description | Type | Additional information |
|---|---|---|---|
| Threshold | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"threshold": 1.0
}
text/html
Sample:
{"threshold":1.0}
application/xml, text/xml
Sample:
<ThresholdPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.WaterConfig"> <Threshold>1</Threshold> </ThresholdPut>
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>