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
- 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
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
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...