Batch Create Project Risk Mitigations

post

/api/restapi/riskMitigation/batch

Send a request to this endpoint to create one or more project risk mitigations.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityRiskMitigationInput>
Type: array
Title: List<ApiEntityRiskMitigationInput>
Show Source
  • ApiEntityRiskMitigationInput
    Title: ApiEntityRiskMitigationInput
    This entity represents a RiskMitigation object, a unique RiskMitigation object can be identified by the following combinations of the fields.
    • riskMitigationId
    • riskMitigationCode,projectRiskId
    • riskMitigationCode,riskCode,projectId
    • riskMitigationCode,riskCode,projectCode,workspaceCode
Nested Schema : ApiEntityRiskMitigationInput
Type: object
Title: ApiEntityRiskMitigationInput
This entity represents a RiskMitigation object, a unique RiskMitigation object can be identified by the following combinations of the fields.
  • riskMitigationId
  • riskMitigationCode,projectRiskId
  • riskMitigationCode,riskCode,projectId
  • riskMitigationCode,riskCode,projectCode,workspaceCode
Show Source
Nested Schema : riskMitigationFinancial
The financial fields associated with a risk mitigation.
Match All
Show Source
Nested Schema : ApiEntityRiskMitigationFinancialInput
Type: object
Title: ApiEntityRiskMitigationFinancialInput
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityRiskMitigation>
Type: array
Title: List<ApiEntityRiskMitigation>
Show Source
Nested Schema : ApiEntityRiskMitigation
Type: object
Title: ApiEntityRiskMitigation
Show Source
Nested Schema : riskMitigationFinancial
The financial fields associated with a risk mitigation.
Match All
Show Source
Nested Schema : ApiEntityRiskMitigationFinancial
Type: object
Title: ApiEntityRiskMitigationFinancial
Show Source

400 Response

Invalid input.
Back to Top