Introduction
The employee object allows you to add modify and delete the dependents of an employee to/ from the system and get all the dependent details of an employee, when required.
WS_Employee_Dependent Attributes
| Attribute Name | Type | Description |
| dependentId | Integer | Integer generated for the dependent added to the system for an employee |
| empId | Integer | The Employee ID of the employee whose dependents are being added by the object. |
| percentageBenefit | float | The percentage of benefit that this dependent will get. |
| dependentName | String | The name of the dependent. |
| gender | String | The gender of the dependent. |
| dob | String | The date of birth of the dependent. |
| relationShipName | String | The relationship of the dependent with the employee. |
Methods
Click on each of these links to know more about them:


