POST api/v1/departmentsummarycompetencies/BatchOperations
Batch multiple operations: create,update and delete
Request Information
URI Parameters
None.
Body Parameters
Collection of DepartmentSummaryCompetencyBatchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | integer |
Required |
|
| DeptSummaryId | integer |
Required |
|
| CompetencyId | integer |
Required |
|
| DayOfWeekId | integer |
Required |
|
| MinimumCount | decimal number |
Required |
|
| DepartmentSummaryCompetencyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Action": 1,
"DeptSummaryId": 2,
"CompetencyId": 3,
"DayOfWeekId": 4,
"MinimumCount": 5.0,
"DepartmentSummaryCompetencyId": 6
},
{
"Action": 1,
"DeptSummaryId": 2,
"CompetencyId": 3,
"DayOfWeekId": 4,
"MinimumCount": 5.0,
"DepartmentSummaryCompetencyId": 6
}
]
Response Information
Resource Description
None.