PUT accounts/{serial}/ReactivationNotification?notification={notification}
Updates if the user have notifications or not on the user account
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serial |
the serial param to operate on |
string |
Required |
notification |
the bool param to put the systempauseotif to true or false |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
code 200 if Ok and Json(with the serial, if the system block or not the notifications and the date until the system block them) or error code
Flipr.Web.Api.Controllers.JsonWrappers.AlertReporterName | Description | Type | Additional information |
---|---|---|---|
serial |
Gets or sets the serial number |
string |
None. |
isReport |
Gets or sets a value indicating whether isReport is true or false |
boolean |
None. |
timeDater |
Gets or sets the datetime |
date |
None. |
Response Formats
application/json, text/json
Sample:
{ "serial": "sample string 1", "isReport": true, "timeDater": "2023-12-03T00:10:37.0019825+00:00" }
text/html
Sample:
{"serial":"sample string 1","isReport":true,"timeDater":"2023-12-03T00:10:37.0019825+00:00"}