Escalate Tasks By Task ID
put
/api/1.0/taskSummary/task/escalate
This endpoint is used to escalate Tasks By Task ID.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
userId(required): string
The user ID of requesting user.
Request Body contain task data required for escalating tasks.
Root Schema : DmEscalateTaskCollection
Type:
object
Collection of Task data required for escalation.
Show Source
-
dmEscalateTaskDTOs:
array dmEscalateTaskDTOs
Escalate task details.
Nested Schema : dmEscalateTaskDTOs
Type:
array
Escalate task details.
Show Source
-
Array of:
object DmEscalateTaskDTO
Data required for Task escalation
Nested Schema : DmEscalateTaskDTO
Type:
object
Data required for Task escalation
Show Source
-
accountId:
string
Account ID
-
isAdhocTask:
boolean
If Adhoc Task
-
taskId:
string
Task ID
-
taskName:
string
Task Name
-
taskStatusCd:
string
Task Status Code
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure of escalation.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input.
500 Response
Internal error.