POST api/Audits/GetGridRows

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "2ff4c3d5-9294-4325-beb7-ce42e5882adf",
  "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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Audit'.