Edits an enterprise risk.
URL
{RMUrl}/api/objects/ERMRisk/<InstanceID>
REQUEST METHOD
PUT
URL PARAMETER
InstanceID: This parameter is provided in the URL and does not need to be sent through PUT.
FORM CONTENT
Name (Optional): Name of the enterprise risk to be created. Limit of 200 characters.
Description (Optional): Description of the enterprise risk to be created. Limit of 1,000 characters.
Category (Optional): Category of the risk to be created. Single selection list with the following values: Continuity, Data, External, Natural, Operational, Physical, security and Stakeholder.
RiskOwner (Optional): Person responsible for the enterprise risk. Single-select Relationship attribute listing people from the organization.
Impact (Optional): Inherent impact of the enterprise risk to be created. Valid values: positive real numbers with a precision of 2 decimal places.
ResidualImpact (Optional): Residual impact of the enterprise risk to be created. Valid values: positive real numbers with a precision of 2 decimal places.
Probability (Optional): Inherent probability of the enterprise risk to be created. Valid values: positive real numbers with a precision of 2 decimal places.
ResidualProbability (Optional): Residual probability of the enterprise risk to be created. Valid values: positive real numbers with a precision of 2 decimal places.
Controls (Optional): List of enterprise controls associated with the enterprise risk to be created. Multi-select Relationship attribute listing enterprise controls .
REQUEST EXAMPLE
{RMUrl}/api/objects/ERMRisk/53
FORM CONTENT EXAMPLE
{
"Name":"Inefficiency of public safety",
"Category":"Security",
"Type":"Market Risk",
"Description":"Inefficient public safety force.",
"RiskOwner":{"Caption":"Joshua Smith"},
"Impact":66.0,
"Probability":55.0,
"ResidualImpact":6.0,
"ResidualProbability":5.0,
"Controls":[{"Caption":" Comply with the federal labor law "},{"Caption":" Audit the backlog logs"}]
}
SUCCESS RESPONSE
HTTP status code 204: NoContent