Create a Program Risk Mitigation

post

/api/restapi/programRiskMitigation

Send a request to this endpoint to create a program risk mitigation.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root 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 : 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