PUT api/v1/departmentsummarycompetencies/replacedepartmentsummaries

Replace DepartmentSummary associated with DepartmentSummaryCompetency

Request Information

URI Parameters

None.

Body Parameters

Collection of DepartmentSummaryIdReplacement
NameDescriptionTypeAdditional 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.