Edit a request type
URL
https://sdpondemand.manageengine.com/api/json/admin/request_type/ REQUEST_TYPE_ID
Method
POST
API description
Edits a request type in the ServiceDesk Plus On-Demand application
Parameters to be passed
authtoken, scope, OPERATION_NAME (value is EDIT_REQUEST_TYPE) ,INPUT_DATA
Sample INPUT_DATA:
{
"operation": {
"Details": {
"NAME": "Service Catalog Item",
"DESCRIPTION": "Request Fulfilment"
}
}
}
Sample Response:
{
"operation":{
"name":"EDIT_REQUEST_TYPE",
"result":{
"status":"Success",
"message":"Request Type edited successfully"
}
}
}