POST api/ClockIns/GetSumGridRows
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": "5a591fa8-15c1-4218-ab06-c2b387045d8e",
"BranchIDs": [
1,
2,
3
],
"EmployeeID": 1,
"ManagerID": 1,
"DateFrom": "2026-09-23T14:36:39.2527935+03:00",
"DateTo": "2026-09-23T14:36:39.2527935+03:00",
"IsCanceled": true
}
application/x-www-form-urlencoded
Sample: