Genpact Cora Knowledge Center

Support

POST /TeamLeaderTasksService.svc/ReassignTasksToUser

Reassign one or more tasks to a specific user.

Method

POST

URL

https://localhost/Flowtime/_vti_bin/Flowtime/HotOperations/TeamLeaderTasksService.svc/ReassignTasksToUser


Request Parameters

NameTypeRequiredDescription
SolutionIdguidrequiredID of the solution.
groupIdintegerrequiredID of the group.
userIdintegerrequiredID of the user you want to reassign the task to.
caseTasksArray of tasksrequiredList of tasks, each task is an object that contain members of:   TaskId, CaseId

Response Parameters

NameTypeDescription
TotalCountintegerTotal number of tasks.
SuccessItemsCountintegerNumber of items that were successful.
FailureItemsCountintegerNumber of items that failed.
CommandResultsArray of objectsEach object contains these parameters.
  • Id: integer //id of item
  • Cancelled: bool // the action succeeded or   failed
  • CancelReason: string // the reason the procedure was cancelled