Batch Update Program Risk Mitigations

put

/api/restapi/programRiskMitigation/batch

Send a request to this endpoint to update one or more program risk mitigations.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityProgramRiskMitigationInput>
Type: array
Title: List<ApiEntityProgramRiskMitigationInput>
Show Source
  • ApiEntityProgramRiskMitigationInput
    Title: ApiEntityProgramRiskMitigationInput
    This entity represents a ProgramRiskMitigation object, a unique ProgramRiskMitigation object can be identified by the following combinations of the fields.
    • programRiskMitigationId
    • programRiskMitigationCode,programRiskId
    • programRiskMitigationCode,riskCode,programId
    • programRiskMitigationCode,riskCode,programCode,workspaceCode
Nested Schema : ApiEntityProgramRiskMitigationInput
Type: object
Title: ApiEntityProgramRiskMitigationInput
This entity represents a ProgramRiskMitigation object, a unique ProgramRiskMitigation object can be identified by the following combinations of the fields.
  • programRiskMitigationId
  • programRiskMitigationCode,programRiskId
  • programRiskMitigationCode,riskCode,programId
  • programRiskMitigationCode,riskCode,programCode,workspaceCode
Show Source
Nested Schema : programRiskMitigationFinancial
The financial fields associated with a program risk mitigation.
Match All
Show Source
Nested Schema : ApiEntityProgramRiskMitigationFinancialInput
Type: object
Title: ApiEntityProgramRiskMitigationFinancialInput
Show Source
Examples

Back to Top

Response

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"}}

400 Response

Invalid input.
Back to Top