PUT api/v1/departmentsummarycompetencies/replacedepartmentsummaries
Replace DepartmentSummary associated with DepartmentSummaryCompetency
Request Information
URI Parameters
None.
Body Parameters
Collection of DepartmentSummaryIdReplacement| Name | Description | Type | Additional information |
|---|---|---|---|
| PreviousSummaryId | integer |
None. |
|
| CreatedSummaryId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"PreviousSummaryId": 1,
"CreatedSummaryId": 2
},
{
"PreviousSummaryId": 1,
"CreatedSummaryId": 2
}
]
Response Information
Resource Description
None.