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": "77be3bbf-61c7-4084-b2bc-5ce1e3ac4db0",
"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: