POST api/Dashboard/Get

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": "a41e86cc-bc6f-46b5-b0d9-617d2749a236",
  "RevenueByType": 2,
  "BestDishByType": 3,
  "BranchID": 1,
  "NumberOfTopElements": 4,
  "OrderTypeID": 5,
  "DateFrom": "2025-12-22T14:51:45.6633683+02:00",
  "DateTo": "2025-12-22T14:51:45.6633683+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'.