Add New Task Workflow
post
/api/1.0/taskworkflow
This endpoint is used to add new Task Workflow records.
Request
Supported Media Types
- application/json
- application/xml
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 containing data required to create a new Task Workflow.
Root Schema : DmTmTaskWorkflowDTO
Type:
object
Task 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:
object
Discriminator:
resource_type
Nested Schema : DmTmTaskWorkflowDTO-allOf[1]
Type:
Show Source
object
-
DmTmTaskWorkflowStatusDetailsDTO:
array DmTmTaskWorkflowStatusDetailsDTO
Task Workflow Status Details data transfer Object.
-
workflowCd:
string
Workflow Code
-
workflowDesc:
string
Workflow Description
Nested Schema : DmTmTaskWorkflowStatusDetailsDTO
Type:
array
Task Workflow Status Details data transfer Object.
Show Source
-
Array of:
object DmTmTaskWorkflowStatusDetailsDTO
task Workflow Status Details data transfer object
Nested Schema : DmTmTaskWorkflowStatusDetailsDTO
Type:
object
task Workflow Status Details data transfer object
Show Source
-
active:
string
Active
-
currentStatus:
string
Current Status
-
id:
string
ID
-
nextStatus:
string
Next Status
-
ruleId:
string
Rule ID
-
srNo:
integer
Serial Number
-
taskworkflowMasterId:
string
Task Workflow Master ID
-
type:
string
Type
Response
Supported Media Types
- application/json
- application/xml
201 Response
New Task Workflow added successfully.
Headers
-
Location: string
URL of newly created Task Workflow.
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.