POST api/NotificationApp/Action/ArchiveAll
Archive Notifications By Type Name.
Request Information
URI Parameters
None.
Body Parameters
NotificationParamVM| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageVM| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"data": {},
"total": 4
}