POST api/Account/ChangeIsArchivedStatus
Request Information
URI Parameters
None.
Body Parameters
OperatorFilterMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| filterType | string |
None. |
|
| filterId | integer |
None. |
|
| isArchived | boolean |
None. |
|
| filterdGroupIds | Collection of integer |
None. |
|
| filterdOpratorsGroupIds | Collection of integer |
None. |
|
| filterRoleId | integer |
None. |
|
| filterSort | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"filterType": "sample string 2",
"filterId": 3,
"isArchived": true,
"filterdGroupIds": [
1,
2
],
"filterdOpratorsGroupIds": [
1,
2
],
"filterRoleId": 1,
"filterSort": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Data": {},
"Message": "sample string 3"
}