Reassign one or more tasks to a specific role.
Method
POST
URL
https://localhost/Flowtime/_vti_bin/Flowtime/HotOperations/TeamLeaderTasksService.svc/ReassignTasksToRole
Request Parameters
Name | Type | Required | Description |
SolutionId | guid | required | ID of the solution. |
groupId | integer | required | ID of the group. |
roleId | integer | required | ID of the role you want to reassign the tasks to. |
caseTasks | Array of tasks | required | List of tasks, each task is an object that contain members of: TaskId, CaseId |
Response Parameters
Name | Type | Description |
TotalCount | integer | Total number of tasks. |
SuccessItemsCount | integer | Number of items that were successful. |
FailureItemsCount | integer | Number of items that failed. |
CommandResults | Array of objects | Each object contains these parameters.
|