tasksService
Transfer tasks to department.
Transfer tasks to department.
post/tasks/v1/transferToDepartment
Request body
Example request
{
"departmentUserIds": [
"11",
"22"
],
"owner": true
}Response
OK
Example response
{
"status": true,
"countOwnerTasks": 2,
"countResponsibleTasks": 4
}