POST api/LeaveDetails/CreateLeave
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| LeaveModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"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"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.