PUT modules/{serial}/alerts/{alertId}/close
Updates the given alert to the 'TreatmentInProgress' state. FREE
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serial |
the serial |
string |
Required |
alertId |
the alert id |
string |
Required |
Body Parameters
has the issue been taken into account, and the problem fixed. A null value will be handled as 'false'
Flipr.Web.Api.Controllers.JsonWrappers.SingleValueOfSystem.BooleanName | Description | Type | Additional information |
---|---|---|---|
Value | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Value": true }
text/html
Sample:
{"Value":true}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Return if the operation has been released successfully.
Flipr.Data.NoSQL.Pool.ActivityLogName | Description | Type | Additional information |
---|---|---|---|
Sender | string |
None. |
|
TypeId | integer |
None. |
|
Title | string |
None. |
|
Date | date |
None. |
|
DoseUnitId | integer |
None. |
|
Id | integer |
None. |
|
ItemId | integer |
None. |
|
Quantity | decimal number |
None. |
|
UserComment | string |
None. |
|
PartitionKey | string |
None. |
|
RowKey | string |
None. |
|
Timestamp | date |
None. |
|
ETag | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Sender": "sample string 2", "TypeId": 3, "Title": "sample string 4", "Date": 1675458718417, "DoseUnitId": 1, "Id": 6, "ItemId": 1, "Quantity": 1.1, "UserComment": "sample string 7" }
text/html
Sample:
{"Sender":"sample string 2","TypeId":3,"Title":"sample string 4","Date":1675458718417,"DoseUnitId":1,"Id":6,"ItemId":1,"Quantity":1.1,"UserComment":"sample string 7"}