POST api/LeaveEDetails/CreateLeave

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
LeaveEModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LVENCASH_ID": 1,
  "DOC_CODE": "sample string 2",
  "leave_id": 3,
  "LEAVES_ENCASHEDs": "sample string 4",
  "EMP_EMPLOYEE_CODE": "sample string 5",
  "DI_District": "sample string 6",
  "Department_Name": "sample string 7",
  "DOC_DATE": "2025-12-07T07:55:27.0562461+05:30",
  "EMP_FIRST_NAME": "sample string 8",
  "LEAVE_TYPEs": 9,
  "LEAVES_ENCASHED": 10,
  "EmpID": 11,
  "LeaveModel": {
    "Leave_id": 1,
    "Leave_code": "sample string 2",
    "Leave_name": "sample string 3",
    "Encashment": "sample string 4",
    "Accumalation": "sample string 5",
    "Ceiling": 1,
    "leave_name": "sample string 6",
    "leave_id": 7,
    "PaidStatus": "sample string 8",
    "LeaveCredit": "sample string 9",
    "AllowedInsta": "sample string 10",
    "CeilingForAvail": 1,
    "No_insta": 1,
    "LeaveDays": 1,
    "Maximuminstall": 1,
    "EnbcashmentAllowed": "sample string 11",
    "EnbcashmentCeiling": "sample string 12"
  },
  "LEAVES_AVL": 12,
  "ENCASH_AMOUNT": 13,
  "LEAVE_TRANS_DATE": "2025-12-07T07:55:27.0562461+05:30",
  "No_LEAVES": 15,
  "DivisionId": 16,
  "Doc_Year": "2025-12-07T07:55:27.0572449+05:30",
  "DOC_STATUS": "sample string 18"
}

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 'LeaveEModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.