POST api/Account/saveOperatorFilterSetting
Request Information
URI Parameters
None.
Body Parameters
OperatorFilterMdlName | 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:
Response Information
Resource Description
ResponseMdlName | 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" }