Update Existing Task Workflow
put
/api/1.0/taskworkflow/{id}
This endpoint is used to update an existing Task Workflow.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
Key of the Task Workflow Maintenance.
Header Parameters
-
appId: string
The application ID of host service.
-
branchCode: string
The branch code of requesting branch.
-
contentType(optional): string
The content type of request or response body.
-
userId: string
The user ID of requesting user.
Request Body that contains data required for updating an existing Task Workflow.
Root Schema : DmTmTaskWorkflowDTO
Type:
objectTask Workflow Data transfer Object
Match All
Show Source
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
objectDiscriminator:
resource_typeNested Schema : DmTmTaskWorkflowDTO-allOf[1]
Type:
Show Source
object-
DmTmTaskWorkflowStatusDetailsDTO(optional):
array DmTmTaskWorkflowStatusDetailsDTO
Task Workflow Status Details data transfer Object.
-
workflowCd(optional):
string
Workflow Code
-
workflowDesc(optional):
string
Workflow Description
Nested Schema : DmTmTaskWorkflowStatusDetailsDTO
Type:
arrayTask Workflow Status Details data transfer Object.
Show Source
-
Array of:
object DmTmTaskWorkflowStatusDetailsDTO
task Workflow Status Details data transfer object
Nested Schema : DmTmTaskWorkflowStatusDetailsDTO
Type:
objecttask Workflow Status Details data transfer object
Show Source
-
active(optional):
string
Active
-
currentStatus(optional):
string
Current Status
-
id(optional):
string
ID
-
nextStatus(optional):
string
Next Status
-
ruleId(optional):
string
Rule ID
-
srNo(optional):
integer
Serial Number
-
taskworkflowMasterId(optional):
string
Task Workflow Master ID
-
type(optional):
string
Type
Response
Supported Media Types
- application/json
- application/xml
200 Response
Task Workflow updated successfully.
Nested Schema : ResponseResourceSupport
Type:
objectNested Schema : items
Type:
object400 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.