POST api/report/GetTimesheetAbsentEmployee
Request Information
URI Parameters
None.
Body Parameters
RequestTimesheetAbsent| Name | Description | Type | Additional information |
|---|---|---|---|
| empno | integer |
None. |
|
| depno | integer |
None. |
|
| fromdate | date |
None. |
|
| todate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"empno": 1,
"depno": 2,
"fromdate": "2025-10-28T14:16:17.2611657+04:00",
"todate": "2025-10-28T14:16:17.2611657+04:00"
}
application/xml, text/xml
Sample:
<RequestTimesheetAbsent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RRCDR_Attendance_API.Helpers.Custom"> <depno>2</depno> <empno>1</empno> <fromdate>2025-10-28T14:16:17.2611657+04:00</fromdate> <todate>2025-10-28T14:16:17.2611657+04:00</todate> </RequestTimesheetAbsent>
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/" />