Update Task Status and Followup Date
put
/api/1.0/taskWorkFlow/updateTaskStatusAndFollowUpDate
This endpoint is used to update task status and followup date for a single task ID or only update followup date for tasks belonging to a particular account based on segment code and strategy code.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
applyToAllInitiatedTask(required): string
Apply to all initiated task flag.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Request Body contain data required for updating an existing Task.
Root Schema : DmTmTaskVO
Type:
Show Source
object
-
accountId:
string
-
assignedTo:
string
-
dependency:
string
-
escalationDate:
string
-
expiryDate:
string
-
followupDate:
string
-
segmentCode:
string
-
segmentDescription:
string
-
sequence:
integer
-
startDate:
string
-
strategyCode:
string
-
strategyDescription:
string
-
taskId:
string
-
taskInProgress:
boolean
-
taskName:
string
-
taskStatusCode:
string
-
taskType:
string
-
taskTypeCode:
string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Return message of success or failure of the task status and follow up date update.
Headers
-
Location: string
URL of newly updated task.
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.