Batch Create Program Risk Mitigations

post

/api/restapi/programRiskMitigation/batch

Send a request to this endpoint to create 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

Supported Media Types

201 Response

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

400 Response

Invalid input.
Back to Top