Introduction
The Employee_Beneficiary object allows you to add, update and delete beneficiaries information for an employee.
WS_Employee_Beneficiary Attributes
| Attribute Name | Type | Description |
| beneficiaryId | Integer | Integer generated for beneficiary added to the system in case if adding a beneficiary. |
| empId | Integer | The Employee ID of the employee whose beneficiaries are being added by the object. |
| percentageBenefit | float | The percentage of benefit that this beneficiary will get. |
| beneficiaryName | String | The name of the beneficiary. |
| gender | String | The gender of the beneficiary. |
| dob | String | The date of birth of the beneficiary. |
| relationShipName | String | The relationship of the beneficiary with the employee. |
Methods
Click on each of these links to know more about them:


