POST api/HRMSEmpDependent/CreateHRMSEmployeeDependent
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| HRMSEmpDependent | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DEPND_ID": 1,
"EMP_ID": 2,
"DEPND_CODE": "sample string 3",
"DEPND_NAME": "sample string 4",
"DEPND_IND": "sample string 5",
"DEPND_EMP_REL": 6,
"DEPND_GENDER": "sample string 7",
"MARITAL_STATUS": 1,
"DEPND_DOB": "2025-12-07T07:58:31.38335+05:30",
"DEPND_QLNF": 1,
"DEPND_AC_NO": "sample string 8",
"DEPND_CELL_NO": "sample string 9",
"DEPND_MAIL": "sample string 10",
"EMP_EMPLOYEE_CODE": "sample string 11",
"EMP_FIRST_NAME": "sample string 12",
"Relation_Name": "sample string 13",
"EMP_DIVISION_ID": 14
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.