LegatoProjectTypeServiceService
Endpoint Metadata
- Namespace: http://api.legatoppm.com/
- WSDL: api.wsdl
- Mount Point: /soap/LegatoProjectTypeServiceService
The following methods are available on this endpoint:
createProjectType
Creates a project type.
Input Parameters
| name | description |
|---|---|
| projectType | The project type to be created. |
Return Value
The created project type.
Faults
| name | description |
|---|---|
| PermissionDeniedException | If you don't have permission. |
deleteProjectType
Input Parameters
| name | description |
|---|---|
| id | The project type id. |
Return Value
Whether the project type was successfully deleted.
Faults
| name | description |
|---|---|
| DataNotFoundException | If the project type doesn't exist. |
| PermissionDeniedException | If you don't have permission. |
getAllProjectTypes
Gets all project types.
Return Value
The list of project types.
Faults
| name | description |
|---|---|
| PermissionDeniedException | If you don't have permission. |
getProjectType
Gets a project type.
Input Parameters
| name | description |
|---|---|
| id | The project type id. |
Return Value
The project type.
Faults
| name | description |
|---|---|
| DataNotFoundException | If the project type doesn't exist. |
| PermissionDeniedException | If you don't have permission. |
updateProjectType
Updates a project type.
Input Parameters
| name | description |
|---|---|
| projectType | The project type to be updated. |
Return Value
The updated project type.
Faults
| name | description |
|---|---|
| DataNotFoundException | If the project type doesn't exist. |
| PermissionDeniedException | If you don't have permission. |