LegatoProjectStatusServiceService
Endpoint Metadata
- Namespace: http://api.legatoppm.com/
- WSDL: api.wsdl
- Mount Point: /soap/LegatoProjectStatusServiceService
The following methods are available on this endpoint:
createProjectStatus
Creates a project status.
Input Parameters
name | description |
---|---|
projectStatus | The project status to be created. |
Return Value
The created project status.
Faults
name | description |
---|---|
PermissionDeniedException | If you don't have permission. |
deleteProjectStatus
Input Parameters
name | description |
---|---|
id | The project status id. |
Return Value
Whether the project status was successfully deleted.
Faults
name | description |
---|---|
DataNotFoundException | If the project status doesn't exist. |
PermissionDeniedException | If you don't have permission. |
getAllProjectStatuses
Gets all project statuses.
Return Value
The list of project statuses.
Faults
name | description |
---|---|
PermissionDeniedException | If you don't have permission. |
getProjectStatus
Gets a project status.
Input Parameters
name | description |
---|---|
id | The project status id. |
Return Value
The project status.
Faults
name | description |
---|---|
DataNotFoundException | If the project status doesn't exist. |
PermissionDeniedException | If you don't have permission. |
updateProjectStatus
Updates a project status.
Input Parameters
name | description |
---|---|
projectStatus | The project status to be updated. |
Return Value
The updated project status.
Faults
name | description |
---|---|
DataNotFoundException | If the project status doesn't exist. |
PermissionDeniedException | If you don't have permission. |