POST api/report/GetMissingCheckInCheckOut
Request Information
URI Parameters
None.
Body Parameters
RequestTimesheet| Name | Description | Type | Additional information |
|---|---|---|---|
| empno | integer |
None. |
|
| depno | 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:
{
"empno": 1,
"depno": 2,
"fromdate": "2025-12-06T18:45:26.6015675+04:00",
"todate": "2025-12-06T18:45:26.6015675+04:00",
"startRowIndex": 1,
"pageSize": 1,
"sortColumn": "sample string 3",
"sortOrder": "sample string 4",
"SearchText": "sample string 5",
"type": 1
}
application/xml, text/xml
Sample:
<RequestTimesheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RRCDR_Attendance_API.Helpers.Custom"> <SearchText>sample string 5</SearchText> <depno>2</depno> <empno>1</empno> <fromdate>2025-12-06T18:45:26.6015675+04:00</fromdate> <pageSize>1</pageSize> <sortColumn>sample string 3</sortColumn> <sortOrder>sample string 4</sortOrder> <startRowIndex>1</startRowIndex> <todate>2025-12-06T18:45:26.6015675+04:00</todate> <type>1</type> </RequestTimesheet>
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/" />