POST api/Attendance/GetRejectedLeaveListByReportingManagerV2Count

Request Information

URI Parameters

None.

Body Parameters

tbl_rejectedLeaveListByReportingManager
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

EmpCode

string

None.

StsValue

string

None.

StaffID

string

None.

Sts

string

None.

LeaveID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "startDate": "2025-12-10T09:41:11.1379801+05:30",
  "endDate": "2025-12-10T09:41:11.1379801+05:30",
  "empCode": "sample string 1",
  "stsValue": "sample string 2",
  "staffID": "sample string 3",
  "sts": "sample string 4",
  "leaveID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.