POST api/Attendance/EmpLeaveApplyAddV2

Request Information

URI Parameters

None.

Body Parameters

tbl_StaffLeave
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.