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": "c2df110e-1e4d-47d4-8ce9-adf79e79a956",
  "RevenueByType": 2,
  "BestDishByType": 3,
  "BranchID": 1,
  "NumberOfTopElements": 4,
  "OrderTypeID": 5,
  "DateFrom": "2025-10-28T23:05:57.0233611+02:00",
  "DateTo": "2025-10-28T23:05:57.0233611+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'.