POST api/Dashboard/GetBestCategories

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": "1457147c-77b6-49b5-a3ba-590e51075f4a",
  "RevenueByType": 2,
  "BestDishByType": 3,
  "BranchID": 1,
  "NumberOfTopElements": 4,
  "OrderTypeID": 5,
  "DateFrom": "2025-10-28T23:03:24.2991007+02:00",
  "DateTo": "2025-10-28T23:03:24.2991007+02:00"
}

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 'Dashboard'.