POST api/report/GetSupervisorEmpReport

Request Information

URI Parameters

None.

Body Parameters

RequestSupervisorEmpReport
NameDescriptionTypeAdditional information
supervisorid

integer

None.

EmployeeNumber

integer

None.

locationid

integer

None.

departmentid

integer

None.

fromdate

date

None.

todate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "supervisorid": 1,
  "EmployeeNumber": 2,
  "locationid": 3,
  "departmentid": 4,
  "fromdate": "2025-10-28T14:27:27.6618688+04:00",
  "todate": "2025-10-28T14:27:27.6618688+04:00"
}

application/xml, text/xml

Sample:
<RequestSupervisorEmpReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RRCDR_Attendance_API.Helpers.Custom">
  <EmployeeNumber>2</EmployeeNumber>
  <departmentid>4</departmentid>
  <fromdate>2025-10-28T14:27:27.6618688+04:00</fromdate>
  <locationid>3</locationid>
  <supervisorid>1</supervisorid>
  <todate>2025-10-28T14:27:27.6618688+04:00</todate>
</RequestSupervisorEmpReport>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />