Home / Admin Operations / Priority / Add Priority

Add Priority


Add a priority

URL
https://sdpondemand.manageengine.com/api/json/admin/priority

Method
POST

API description
Adds a priority in the ServiceDesk Plus On-Demand application

Parameters to be passed
authtoken, scope, OPERATION_NAME (value is ADD_PRIORITY) ,INPUT_DATA

Sample INPUT_DATA:

{
operation : {
Details": {
            "NAME": "High",
            "DESCRIPTION": "Affects Business",
            "COLOR" : "#ff6600"
         }
  }
}

Sample Response:

{
   "operation": {
      "name": "ADD_PRIORITY",
      "result": {
         "status": "Success",
         "message": "Priority added successfully"
    },
    Details : {
        "PRIORITYID" : 100
    }
 }
}



     RSS of this page