POST api/v1/departments/ResearchDepartments
Research Departments by code, hr department code, admission department number or description. This is an asynchronous service.
Request Information
URI Parameters
None.
Body Parameters
DepartmentResearchRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilityIds | Collection of integer |
None. |
|
| Code | string |
None. |
|
| HRDeptCode | string |
None. |
|
| AdmDeptNum | integer |
None. |
|
| DepartmentDescription | string |
None. |
|
| ViewType | ViewType |
None. |
|
| IsActiveOnly | boolean |
None. |
|
| SkipPaging | boolean |
None. |
|
| Page | integer |
Required |
|
| PageSize | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"FacilityIds": [
1,
2
],
"Code": "sample string 1",
"HRDeptCode": "sample string 2",
"AdmDeptNum": 1,
"DepartmentDescription": "sample string 3",
"ViewType": 0,
"IsActiveOnly": true,
"SkipPaging": true,
"Page": 6,
"PageSize": 7
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.