PUT api/LeaveDetails/UpdateLeave/{Leave_id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
LeaveModel
No documentation available.

Define this parameter in the request body.

Leave_id
No documentation available.

Define this parameter in the request URI.

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:

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.