POST api/ClockIns/GetGridRows
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "331b330b-c176-4549-9606-b125efa0d21b",
"BranchIDs": [
1,
2,
3
],
"EmployeeID": 1,
"ManagerID": 1,
"DateFrom": "2026-06-05T10:26:13.3068874+03:00",
"DateTo": "2026-06-05T10:26:13.3068874+03:00",
"IsCanceled": true
}
application/x-www-form-urlencoded
Sample: