POST api/report/GetAttendanceReportOnlyPresent
Request Information
URI Parameters
None.
Body Parameters
RequestReport| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeNumber | integer |
None. |
|
| departmentid | integer |
None. |
|
| fromdate | date |
None. |
|
| todate | date |
None. |
|
| EmployeeNo | integer |
None. |
|
| startRowIndex | integer |
None. |
|
| pageSize | integer |
None. |
|
| sortColumn | string |
None. |
|
| sortOrder | string |
None. |
|
| SearchText | string |
None. |
|
| type | integer |
None. |
|
| reporttype | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeNumber": 1,
"departmentid": 2,
"fromdate": "2025-12-06T18:46:49.1962656+04:00",
"todate": "2025-12-06T18:46:49.1962656+04:00",
"EmployeeNo": 3,
"startRowIndex": 1,
"pageSize": 1,
"sortColumn": "sample string 4",
"sortOrder": "sample string 5",
"SearchText": "sample string 6",
"type": 1,
"reporttype": "sample string 7"
}
application/xml, text/xml
Sample:
<RequestReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RRCDR_Attendance_API.Helpers.Custom"> <EmployeeNo>3</EmployeeNo> <EmployeeNumber>1</EmployeeNumber> <SearchText>sample string 6</SearchText> <departmentid>2</departmentid> <fromdate>2025-12-06T18:46:49.1962656+04:00</fromdate> <pageSize>1</pageSize> <reporttype>sample string 7</reporttype> <sortColumn>sample string 4</sortColumn> <sortOrder>sample string 5</sortOrder> <startRowIndex>1</startRowIndex> <todate>2025-12-06T18:46:49.1962656+04:00</todate> <type>1</type> </RequestReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />