Employee_SalaryStructure.getEmployeeActiveSalaryStructure(String empId)
This method “getEmployeeActiveSalaryStructure” allows you to get all the active salary structure of an employee from the system.
Arguments
empId : The string type mandatory argument for employee id.
Returns
Returns a json string with the details of employee active salary structure where salaryStructureId is the primary key and will have to be used in subsequent delete, update calls.
Errors
Unauthorized Access: If access is not allowed to the employee whose apiKey is passed
Object Methods
Click on each of these links to know more about them: