POST api/Audits/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": "90586fd4-82c9-4380-824f-32a9ee2b059b",
"branchID": 1,
"ActionIDs": [
1,
2,
3
],
"OrderTypeIDs": [
1,
2,
3
],
"UserID": 1,
"dateFrom": "sample string 2",
"dateTo": "sample string 3"
}
application/x-www-form-urlencoded
Sample: