POST api/Dashboard/GetBestDishes

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": "d98968dc-62eb-442d-8ffa-4d7486a995e4",
  "RevenueByType": 2,
  "BestDishByType": 3,
  "BranchID": 1,
  "NumberOfTopElements": 4,
  "OrderTypeID": 5,
  "DateFrom": "2026-04-11T16:57:04.4428243+03:00",
  "DateTo": "2026-04-11T16:57:04.4428243+03: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'.