Create a Project Risk

post

/api/restapi/projectRisk

Send a request to this endpoint to create a project risk.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityProjectRiskInput
Type: object
Title: ApiEntityProjectRiskInput
This entity represents a ProjectRisk object, a unique ProjectRisk object can be identified by the following combinations of the fields.
  • projectRiskId
  • riskCode,projectId
  • riskCode,projectCode,workspaceCode
Show Source
Nested Schema : cbsCodes
Type: array
List of cbs codes in hierarchy for the CBS which needs to be associated with the item. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs.
Show Source
Nested Schema : codeValuesRisk
Type: array
The list of code values for a project risk. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
  • ApiEntityCodeValueRiskInput
    Title: ApiEntityCodeValueRiskInput
    This entity represents a CodeValueRisk object, a unique CodeValueRisk object can be identified by the following combinations of the fields.
    • codeValueRiskId
    • codeValueId
    • codeTypeId,codeValueCode
    • codeTypeCode,codeValueCode
    • codeTypeCode,parentId,codeValueCode
    • codeValueCode,codeTypeId,parentId
    • codeTypeCode,codeValueCode,projectCode
    • codeTypeCode,codeValueCode,projectId
    • codeTypeCode,codeValueCode,parentId,projectCode
    • codeTypeCode,codeValueCode,parentId,projectId
Nested Schema : configuredFields
Type: array
The list of configured fields for a project risk.
Show Source
  • ApiEntityProjectRiskConfiguredFieldValueInput
    Title: ApiEntityProjectRiskConfiguredFieldValueInput
    This entity represents a ProjectRiskConfiguredFieldValue object, a unique ProjectRiskConfiguredFieldValue object can be identified by the following combinations of the fields.
    • projectRiskConfiguredFieldValueId
    • columnDefinitionId
    • columnName
    • columnLabel
Nested Schema : impacts
Type: array
The impact of the risk.
Show Source
Nested Schema : projectRiskFinancial
The financial fields associated with a project risk.
Match All
The financial fields associated with a project risk.
Show Source
Nested Schema : riskQuantifiedCostImpact
The impact this risk will have on cost data.
Match All
The impact this risk will have on cost data.
Show Source
Nested Schema : riskQuantifiedOtherImpacts
Type: array
The impact this risk will have on other data.
Show Source
Nested Schema : ApiEntityCodeValueRiskInput
Type: object
Title: ApiEntityCodeValueRiskInput
This entity represents a CodeValueRisk object, a unique CodeValueRisk object can be identified by the following combinations of the fields.
  • codeValueRiskId
  • codeValueId
  • codeTypeId,codeValueCode
  • codeTypeCode,codeValueCode
  • codeTypeCode,parentId,codeValueCode
  • codeValueCode,codeTypeId,parentId
  • codeTypeCode,codeValueCode,projectCode
  • codeTypeCode,codeValueCode,projectId
  • codeTypeCode,codeValueCode,parentId,projectCode
  • codeTypeCode,codeValueCode,parentId,projectId
Show Source
Nested Schema : ApiEntityProjectRiskConfiguredFieldValueInput
Type: object
Title: ApiEntityProjectRiskConfiguredFieldValueInput
This entity represents a ProjectRiskConfiguredFieldValue object, a unique ProjectRiskConfiguredFieldValue object can be identified by the following combinations of the fields.
  • projectRiskConfiguredFieldValueId
  • columnDefinitionId
  • columnName
  • columnLabel
Show Source
Nested Schema : ApiEntityRiskImpactInput
Type: object
Title: ApiEntityRiskImpactInput
Show Source
Nested Schema : ApiEntityProjectRiskFinancialInput
Type: object
Title: ApiEntityProjectRiskFinancialInput
Show Source
Nested Schema : ApiEntityRiskQuantifiedCostImpactInput
Type: object
Title: ApiEntityRiskQuantifiedCostImpactInput
Show Source
Nested Schema : ApiEntityRiskQuantifiedOtherImpactInput
Type: object
Title: ApiEntityRiskQuantifiedOtherImpactInput
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityProjectRisk
Type: object
Title: ApiEntityProjectRisk
Show Source
Nested Schema : codeValuesRisk
Type: array
The list of code values for a project risk. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a project risk.
Show Source
Nested Schema : impacts
Type: array
The impact of the risk.
Show Source
Nested Schema : projectRiskFinancial
The financial fields associated with a project risk.
Match All
The financial fields associated with a project risk.
Show Source
Nested Schema : riskQuantifiedCostImpact
The impact this risk will have on cost data.
Match All
The impact this risk will have on cost data.
Show Source
Nested Schema : riskQuantifiedOtherImpacts
Type: array
The impact this risk will have on other data.
Show Source
Nested Schema : ApiEntityCodeValueRisk
Type: object
Title: ApiEntityCodeValueRisk
Show Source
Nested Schema : ApiEntityProjectRiskConfiguredFieldValue
Type: object
Title: ApiEntityProjectRiskConfiguredFieldValue
Show Source
Nested Schema : ApiEntityRiskImpact
Type: object
Title: ApiEntityRiskImpact
Show Source
Nested Schema : ApiEntityProjectRiskFinancial
Type: object
Title: ApiEntityProjectRiskFinancial
Show Source
Nested Schema : ApiEntityRiskQuantifiedCostImpact
Type: object
Title: ApiEntityRiskQuantifiedCostImpact
Show Source
Nested Schema : ApiEntityRiskQuantifiedOtherImpact
Type: object
Title: ApiEntityRiskQuantifiedOtherImpact
Show Source

400 Response

Invalid input.
Back to Top