POST api/LeaveBalance/updateLeaveCredit

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
LeaveBalanceModels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "Leav_PK": 1,
    "EMP_EMPLOYEE_CODE": "sample string 2",
    "EMP_FIRST_NAME": "sample string 3",
    "Year_CODE": 4,
    "EMP_ID": 5,
    "leave_name": "sample string 6",
    "Leave_opening_balance": 7,
    "Leave_Credi": 8,
    "Leave_Debit": 9,
    "Leave_Closing_balance": 10,
    "leaveType": 11,
    "DI_District": "sample string 12",
    "Department_Name": "sample string 13",
    "EMP_EMPLOYEE_ID": 14,
    "leave_id": 15,
    "LEAVE_credit_Days": 16
  },
  {
    "Leav_PK": 1,
    "EMP_EMPLOYEE_CODE": "sample string 2",
    "EMP_FIRST_NAME": "sample string 3",
    "Year_CODE": 4,
    "EMP_ID": 5,
    "leave_name": "sample string 6",
    "Leave_opening_balance": 7,
    "Leave_Credi": 8,
    "Leave_Debit": 9,
    "Leave_Closing_balance": 10,
    "leaveType": 11,
    "DI_District": "sample string 12",
    "Department_Name": "sample string 13",
    "EMP_EMPLOYEE_ID": 14,
    "leave_id": 15,
    "LEAVE_credit_Days": 16
  },
  {
    "Leav_PK": 1,
    "EMP_EMPLOYEE_CODE": "sample string 2",
    "EMP_FIRST_NAME": "sample string 3",
    "Year_CODE": 4,
    "EMP_ID": 5,
    "leave_name": "sample string 6",
    "Leave_opening_balance": 7,
    "Leave_Credi": 8,
    "Leave_Debit": 9,
    "Leave_Closing_balance": 10,
    "leaveType": 11,
    "DI_District": "sample string 12",
    "Department_Name": "sample string 13",
    "EMP_EMPLOYEE_ID": 14,
    "leave_id": 15,
    "LEAVE_credit_Days": 16
  }
]

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 'List`1'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.