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": "cfc7b16c-9a3c-4142-b2ee-7b2540ebe472",
  "RevenueByType": 2,
  "BestDishByType": 3,
  "BranchID": 1,
  "NumberOfTopElements": 4,
  "OrderTypeID": 5,
  "DateFrom": "2026-02-15T14:05:14.1906152+02:00",
  "DateTo": "2026-02-15T14:05:14.1906152+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'.