POST api/EmpSeperation/EmployeeSeration
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| EmpSeperationModels | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EMP_ID": 1,
"SEPARATION_TYPE": "sample string 2",
"REASON_SEPARATION": "sample string 3",
"SEPARATION_DATE": "2025-12-07T08:00:27.9612969+05:30",
"REL_DATE": "2025-12-07T08:00:27.9612969+05:30",
"LAST_WRK_DATE": "2025-12-07T08:00:27.9612969+05:30",
"SEP_WEF": "2025-12-07T08:00:27.9612969+05:30",
"REMARKS": "sample string 8",
"POST_VACANT_IND": "sample string 9",
"DEACTIVE_IND": "sample string 10",
"SEPARATION_ID": 11,
"EMP_EMPLOYEE_ID": 12,
"EMP_EMPLOYEE_CODE": "sample string 13",
"EMP_FIRST_NAME": "sample string 14",
"Department_Name": "sample string 15",
"SeperationNo": "sample string 16",
"DOC_DATE": "2025-12-07T08:00:27.9622972+05:30",
"STATUS": "sample string 18",
"District": "sample string 19"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.