Edit Loss Event

Edits a loss event in the ERM solution.

 

URL

{RMUrl}/api/objects/ERMEvent/<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 loss event being edited.

Description (Optional): Description of the loss event being edited.

 

REQUEST EXAMPLE

{RMUrl}/api/objects/ERMEvent/53

 

FORM CONTENT EXAMPLE

{

"Name":"System Down 3 Days",

"Description":"Loss of access to all system functions for 3 days."

}

 

SUCCESS RESPONSE

HTTP status code 204: NoContent