POST api/MoneyDrops/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": "2a14b860-22fd-4306-ba37-eef7f0950f4a",
"BranchIDs": [
1,
2,
3
],
"EmployeeID": 1,
"ManagerID": 1,
"DateFrom": "2026-07-30T12:23:18.1745744+03:00",
"DateTo": "2026-07-30T12:23:18.1745744+03:00",
"IsCanceled": true
}
application/x-www-form-urlencoded
Sample: