Add New Task Type
post
/api/1.0/tasktype
This endpoint is used to add a new Task Type.
Request
Supported Media Types
- application/json
- application/xml
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 creating a new 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
201 Response
Returns message of success or failure.
Headers
-
Location: string
URL of newly created 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.