LegatoTaskTypeServiceService
Endpoint Metadata
- Namespace: http://api.legatoppm.com/
- WSDL: api.wsdl
- Mount Point: /soap/LegatoTaskTypeServiceService
The following methods are available on this endpoint:
createTaskType
Creates a task type.
Input Parameters
name | description |
---|---|
taskType | The task type to be created. |
Return Value
The created task type.
Faults
name | description |
---|---|
PermissionDeniedException | If you don't have permission. |
deleteTaskType
Input Parameters
name | description |
---|---|
id | The task type id. |
Return Value
Whether the task type was successfully deleted.
Faults
name | description |
---|---|
DataNotFoundException | If the task type doesn't exist. |
PermissionDeniedException | If you don't have permission. |
getAllTaskTypes
Gets all task types.
Return Value
The list of task types.
Faults
name | description |
---|---|
PermissionDeniedException | If you don't have permission. |
getTaskType
Gets a task type.
Input Parameters
name | description |
---|---|
id | The task type id. |
Return Value
The task type.
Faults
name | description |
---|---|
DataNotFoundException | If the task type doesn't exist. |
PermissionDeniedException | If you don't have permission. |
updateTaskType
Updates a task type.
Input Parameters
name | description |
---|---|
taskType | The task type to be updated. |
Return Value
The updated task type.
Faults
name | description |
---|---|
DataNotFoundException | If the task type doesn't exist. |
PermissionDeniedException | If you don't have permission. |