Creates an enterprise control in the ERM solution.
URL
{RMUrl}/api/objects/ERMControl
REQUEST METHOD
POST
URL PARAMETERS
This feature does not have parameters.
FORM CONTENT
Name (Required): Name of the enterprise control to be created. Limit of 1,000 characters.
Description (Required): Description of the enterprise control to be created. Limit of 5,000 characters.
REQUEST EXAMPLE
{RMUrl}/api/objects/ERMControl
FORM CONTENT EXAMPLE
Create a new enterprise control:
{
"Name":"Annual internal audit",
"Description":"The annual internal audit should be conducted to proactively identify problems and non-conformities of the company."
}
SUCCESS RESPONSE
Code of the newly created enterprise control. Returns a byte.