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": "e8057817-0b51-4a1d-918c-a5079f04110d",
"BranchIDs": [
1,
2,
3
],
"EmployeeID": 1,
"ManagerID": 1,
"DateFrom": "2026-07-30T12:23:18.2058167+03:00",
"DateTo": "2026-07-30T12:23:18.2058167+03:00",
"IsCanceled": true
}
application/x-www-form-urlencoded
Sample: