POST api/Attendance/EmpLeaveApplyAdd
Request Information
URI Parameters
None.
Body Parameters
tbl_StaffLeave| Name | Description | Type | Additional information |
|---|---|---|---|
| LeaveID | integer |
None. |
|
| Remarks | string |
None. |
|
| LeaveDate | string |
None. |
|
| ID | integer |
None. |
|
| StaffRelieverID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"leaveID": 1,
"remarks": "sample string 1",
"leaveDate": "sample string 2",
"id": 3,
"staffRelieverID": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.