POST api/report/GetScheduleReport
Request Information
URI Parameters
None.
Body Parameters
RequestScheduleReport| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeNumber | integer |
None. |
|
| departmentid | integer |
None. |
|
| fromdate | date |
None. |
|
| todate | date |
None. |
|
| SupervisorNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeNumber": 1,
"departmentid": 2,
"fromdate": "2026-09-14T10:17:51.6033739+04:00",
"todate": "2026-09-14T10:17:51.6033739+04:00",
"SupervisorNumber": 3
}
application/xml, text/xml
Sample:
<RequestScheduleReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RRCDR_Attendance_API.Helpers.Custom"> <EmployeeNumber>1</EmployeeNumber> <SupervisorNumber>3</SupervisorNumber> <departmentid>2</departmentid> <fromdate>2026-09-14T10:17:51.6033739+04:00</fromdate> <todate>2026-09-14T10:17:51.6033739+04:00</todate> </RequestScheduleReport>
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/" />