PUT modules/{serial}/Status
Sets a status to a module
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serial |
the module's serial |
string |
Required |
Body Parameters
the new status
Flipr.Data.SQL.Requests.NewStatusRequestName | Description | Type | Additional information |
---|---|---|---|
Status |
Gets or sets the new status |
Flipr.Data.SQL.Modules.LifeCycle |
None. |
Comments |
Gets or sets the comments soociated to the request |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Status": 0, "Comments": "sample string 1" }
text/html
Sample:
{"Status":0,"Comments":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
no content
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.