LegatoBudgetClassServiceService
Endpoint Metadata
- Namespace: http://api.legatoppm.com/
- WSDL: api.wsdl
- Mount Point: /soap/LegatoBudgetClassServiceService
The following methods are available on this endpoint:
createBudgetClass
Creates a budget class.
Input Parameters
name | description |
---|---|
budgetClass | The budget class to be created. |
Return Value
The created budget class.
Faults
name | description |
---|---|
PermissionDeniedException | If you don't have permission. |
deleteBudgetClass
Input Parameters
name | description |
---|---|
id | The budget class id. |
Return Value
Whether the budget class was successfully deleted.
Faults
name | description |
---|---|
DataNotFoundException | If the budget class doesn't exist. |
PermissionDeniedException | If you don't have permission. |
getAllBudgetClasses
Gets all budget classes.
Return Value
The list of budget classes.
Faults
name | description |
---|---|
PermissionDeniedException | If you don't have permission. |
getBudgetClass
Gets a budget class.
Input Parameters
name | description |
---|---|
id | The budget class id. |
Return Value
The budget class.
Faults
name | description |
---|---|
DataNotFoundException | If the budget class doesn't exist. |
PermissionDeniedException | If you don't have permission. |
updateBudgetClass
Updates a budget class.
Input Parameters
name | description |
---|---|
budgetClass | The budget class to be updated. |
Return Value
The updated budget class.
Faults
name | description |
---|---|
DataNotFoundException | If the budget class doesn't exist. |
PermissionDeniedException | If you don't have permission. |