LegatoSkillClassServiceService
Endpoint Metadata
- Namespace: http://api.legatoppm.com/
- WSDL: api.wsdl
- Mount Point: /soap/LegatoSkillClassServiceService
The following methods are available on this endpoint:
createSkillClass
Creates a new skill class.
Input Parameters
name | description |
---|---|
skillClass | The skill class to be created. |
Return Value
The created skill class.
Faults
name | description |
---|---|
PermissionDeniedException | If you don't have permission. |
deleteSkillClass
Input Parameters
name | description |
---|---|
id | The skill class id. |
Return Value
Whether the skill class was successfully deleted.
Faults
name | description |
---|---|
DataNotFoundException | If the skill class doesn't exist. |
PermissionDeniedException | If you don't have permission. |
getAllSkillClasses
Gets all skill classes.
Return Value
The list of skill classes.
Faults
name | description |
---|---|
PermissionDeniedException | If you don't have permission. |
getSkillClass
Gets a skill class.
Input Parameters
name | description |
---|---|
id | The skill class id. |
Return Value
The skill class.
Faults
name | description |
---|---|
DataNotFoundException | If the skill class doesn't exist. |
PermissionDeniedException | If you don't have permission. |
updateSkillClass
Updates a skill class.
Input Parameters
name | description |
---|---|
skillClass | The skill class to be updated. |
Return Value
The updated skill class.
Faults
name | description |
---|---|
DataNotFoundException | If the skill class doesn't exist. |
PermissionDeniedException | If you don't have permission. |