Discontinue Tasks
POST/discontinueTask
This method discontinues open tasks in SSM.
The Authorization must have Bearer followed by Token.
Mandatory params:
taskkeytodiscontinue-
1.taskid
Optional params:
taskkeytodiscontinue-
1.updateuser - username of user who is updating the task,
2.discontinueassociatedtask - true or false,
3.comments
The Authorization must have Bearer followed by Token.
Request
Path Parameters
path stringrequired
- application/json
Body
- Array [ 
- ] 
taskkeytodiscontinue
object[]
comments string
discontinueassociatedtask string
taskid string
Responses
- 200
Discontinue Tasks
Response Headers
- Access-Control-Allow-Credentials - string 
- Access-Control-Allow-Origin - string 
- Cache-Control - string 
- Date - string 
- Expires - string 
- Pragma - string 
- Referrer-Policy - string 
- Server - string 
- Set-Cookie - string 
- Strict-Transport-Security - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- X-XSS-Protection - string 
- application/json
- Schema
- Example (from schema)
- Discontinue Tasks
Schema
errorcode string
msg string
result
object
12213 string
{
  "errorcode": "0",
  "msg": "Success",
  "result": {
    "12213": "Discontinued"
  }
}
{
  "errorcode": "0",
  "msg": "Success",
  "result": {
    "12213": "Discontinued"
  }
}
Loading...