POST api/v1/Department/BulkAction
Request Information
URI Parameters
None.
Body Parameters
BulkTypeOfDepartment| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionType | BULK_ACTION_TYPE |
None. |
|
| Templates | Collection of Department |
None. |
|
| Filter | SearchFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActionType": 0,
"Templates": [
{
"DepartmentID": 1,
"_Description": "sample string 2",
"_ShortName": "sample string 3"
},
{
"DepartmentID": 1,
"_Description": "sample string 2",
"_ShortName": "sample string 3"
}
],
"Filter": {
"_Limit": 1,
"_Skip": 2,
"_Sort": 0,
"_Filter": 0,
"_FromPeriod": "2025-12-06T03:47:29.3220253+00:00",
"_ToPeriod": "2025-12-06T03:47:29.3220253+00:00",
"_UseUpdatedDate": true
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.