Update Existing Task Type
put
/api/1.0/tasktype/{id}
This endpoint is used to update an existing Task Type.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
Key of the Task Type 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 contains the data required for updating an existing Task Type.
Root Schema : DmTmTaskTypeDTO
Type:
object
The task type dto
Show Source
-
taskCd(optional):
string
The task Cod of the task type
-
taskTypeCd(optional):
string
The task Type Code of the task type
-
taskTypeDesc(optional):
string
The task Type Desc of the task type
-
workflowCd(optional):
string
The workflowCd of the task type
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns updated Task Type
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.