POST api/report/GetHRReport

Request Information

URI Parameters

None.

Body Parameters

RequestEmpReport
NameDescriptionTypeAdditional information
EmployeeNumber

integer

None.

locationid

integer

None.

departmentid

integer

None.

fromdate

date

None.

todate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeNumber": 1,
  "locationid": 2,
  "departmentid": 3,
  "fromdate": "2025-10-28T14:16:18.3233621+04:00",
  "todate": "2025-10-28T14:16:18.3233621+04:00"
}

application/xml, text/xml

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

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/" />