POST modules/{serial}/alerts/postpone
Updates the given alert to the 'TreatmentInProgress' state. FREE
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serial |
the serial |
string |
Required |
Body Parameters
he number of hours to wait before ginving any other notifications
Flipr.Web.Api.Controllers.JsonWrappers.SingleValueOfSystem.Int32Name | Description | Type | Additional information |
---|---|---|---|
Value | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Value": 1 }
text/html
Sample:
{"Value":1}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Return if the operation has been released successfully.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.