Employee_EmploymentHistory.getEmploymentHistory(int employmentHistoryId)
This Employee_EmploymentHistory.getEmploymentHistory(int employmentHistoryId) method allows you to get the employment history of the employee.
Arguments
employmentHistoryId : The integer type mandatory argument.
Returns
Returns a json string with all the employment history where employmentHistoryId 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 In
- InvalidEmp: If employee id is invalid or view access is not allowed to employee / employment history record for the current user
Object Methods
- addEmploymentHistory()
- updateEmploymentHistory()
- deleteEmploymentHistory()
- getAllEmploymentHistories()
Click on each of these links to know more about them: