PUT modules/{placeId}/{alertId}/done
Updates the given alert to the 'TreatmentInProgress' state. FREE
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
placeId |
the place Id |
integer |
Required |
alertId |
the alert id |
string |
Required |
Body Parameters
None.
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": 1675139718658, "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":1675139718658,"DoseUnitId":1,"Id":6,"ItemId":1,"Quantity":1.1,"UserComment":"sample string 7"}