POST api/EmpLeaveApp/CreateEmpLeaveApplication
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| EmployeeLeaveApllicationModels | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"LEAVE_APPL_ID": 1,
"EMP_ID": 2,
"LEAVE_TYPE": 3,
"LEAVE_START_DATE": "2025-12-07T07:56:25.3140735+05:30",
"LEAVE_END_DATE": "2025-12-07T07:56:25.3140735+05:30",
"LEAVE_TOTAL_DAYS": 6,
"LEAVE_DEBITS": 7,
"LEAVE_BAL": 8,
"Remarks": "sample string 9",
"EMP_EMPLOYEE_CODE": "sample string 10",
"EMP_FIRST_NAME": "sample string 11",
"Department_Name": "sample string 12",
"leave_name": "sample string 13",
"DI_Id": 14,
"AppNo": "sample string 15",
"LeaveStatus": "sample string 16",
"DOC_DATE": "2025-12-07T07:56:25.3140735+05:30",
"AutherRemarks": "sample string 18",
"EMP_DIVISION_ID": 19,
"District": "sample string 20",
"LEAVE_APP_STATUS": 1,
"Doc_STATUS": "sample string 21",
"TotalItems": 22
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.