POST api/Staff/GetAdminStaffListV2
Request Information
URI Parameters
None.
Body Parameters
tbl_staffListFilterData| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchKey | string |
None. |
|
| CategoryID | integer |
None. |
|
| DesignationID | integer |
None. |
|
| DepartmentID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"searchKey": "sample string 1",
"categoryID": 1,
"designationID": 1,
"departmentID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.