Introduction
The employee object allows you to add an employee to the system and get all the employee details when required.
WS_Employee Attributes
| Attribute Name | Type | Description |
| empId | Integer | The Employee ID of the employee that is generated on adding an employee to the system. |
| empNo | String | The employee code of the employee in the company |
| userName | String | The user name of the employee that the employee uses to login to the system. |
| emailId | String | The email id of the employee |
| empName | String | The name of the employee |
| salutation | String | The salutation used for the employee. |
| firstName | String | The first name of the employee |
| middleName | String | The middle name of the employee |
| lastName | String | The last name of the employee |
| dob | String | The date of birth of the beneficiary. |
| gender | String | The gender of the employee. |
| doj | String | The date of joining of the employee |
| empStatus; | String | The job status of the employee such as current and resigned |
| employmentType | String | The employment type of the employee such as permanent, temporary, on probation etc. |
| grade | String | The salary grade of the employee |
| title | String | The job title of the employee |
| department | String | The department of the employee |
| location | String | The location of the office for the employee. |
Methods
Click on each of these links to know more about them:


