Edit an impact
URL
https://sdpondemand.manageengine.com/api/json/admin/impact/IMPACTID
Method
POST
API description
Edits an impact in the ServiceDesk Plus On-Demand application
Parameters to be passed
authtoken, scope, OPERATION_NAME (value is EDIT_IMPACTID) ,INPUT_DATA
Sample INPUT_DATA:
{
"operation": {
"Details": {
"NAME": "Affects User",
"DESCRIPTION": "Affects User"
}
}
}
Sample Response:
{
"operation":{
"name":"EDIT_IMPACT",
"result":{
"status":"Success",
"message":"Impact edited successfully"
}
}
}