Introduction
The Employee_EmploymentHistory object allows you view the employment history of an employee. It also allows you to add, modify and delete the employment history of employees.
WS_Employee_EmploymentHistory Attributes
Attribute Name | Type | Description |
employmentHistoryId | int | Integer generated for employment history added to the system in case of adding an employment history. |
empId | int | The Employee ID of the employee whose employment history is being added |
companyName | String | The name of the previous company in which employee worked. |
from | String | The starting date of employment in the company of which employee is filling details |
to | String | The end date of employment in the company of which employee is filling details |
salary | String | The CTC in the company for which employee is filling details |
designation | String | The designation in the company of which employee is filling details |
description | String | The description of the previous company of which employee is filling details. |
Methods
- getEmploymentHistory()
- addEmploymentHistory()
- updateEmploymentHistory()
- deleteEmploymentHistory()
- getAllEmploymentHistories()
Click on each of these links to know more about them: