PUT api/EmpLeaveApp/UpdateEmpLeaveApplication/{LEAVE_APPL_ID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
EmployeeLeaveApllicationModels
No documentation available.

Define this parameter in the request body.

LEAVE_APPL_ID
No documentation available.

Define this parameter in the request URI.

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:16.3889105+05:30",
  "LEAVE_END_DATE": "2025-12-07T07:56:16.3889105+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:16.3899104+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EmployeeLeaveApllicationModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.