POST api/report/GetReportTimeSheetDepartmentSummaryWiseEmployees

Request Information

URI Parameters

None.

Body Parameters

RequestReportTimeSheetSuperVisorWiseEmployees
NameDescriptionTypeAdditional information
HOD

integer

None.

locationid

integer

None.

departmentid

integer

None.

branch

integer

None.

fromdate

date

None.

todate

date

None.

startRowIndex

integer

None.

pageSize

integer

None.

sortColumn

string

None.

sortOrder

string

None.

SearchText

string

None.

type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HOD": 1,
  "locationid": 2,
  "departmentid": 3,
  "branch": 4,
  "fromdate": "2025-12-06T18:48:11.9742813+04:00",
  "todate": "2025-12-06T18:48:11.9742813+04:00",
  "startRowIndex": 1,
  "pageSize": 1,
  "sortColumn": "sample string 5",
  "sortOrder": "sample string 6",
  "SearchText": "sample string 7",
  "type": 1
}

application/xml, text/xml

Sample:
<RequestReportTimeSheetSuperVisorWiseEmployees xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RRCDR_Attendance_API.Helpers.Custom">
  <HOD>1</HOD>
  <SearchText>sample string 7</SearchText>
  <branch>4</branch>
  <departmentid>3</departmentid>
  <fromdate>2025-12-06T18:48:11.9742813+04:00</fromdate>
  <locationid>2</locationid>
  <pageSize>1</pageSize>
  <sortColumn>sample string 5</sortColumn>
  <sortOrder>sample string 6</sortOrder>
  <startRowIndex>1</startRowIndex>
  <todate>2025-12-06T18:48:11.9742813+04:00</todate>
  <type>1</type>
</RequestReportTimeSheetSuperVisorWiseEmployees>

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