POST api/Statistics/GetTurnover

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": "0b3ad141-2491-443c-890b-36458c6f6383",
  "BranchID": 2,
  "DateFrom": "2025-10-28T23:03:22.0653228+02:00",
  "DateTo": "2025-10-28T23:03:22.0653228+02:00",
  "Branch": true,
  "Customer": true,
  "Employee": true,
  "Source": true,
  "OrderType": true,
  "Shift": true,
  "ProductCategory": true,
  "Tag": true,
  "PaymentType": true,
  "Handwritten": true,
  "Date": true,
  "OrderCount": true,
  "ProductCount": true,
  "Product": true,
  "AccountingCategory": true,
  "OrderID": true,
  "ReceiptType": true,
  "NetPrice": true,
  "MainPrice": true,
  "TableGroup": true,
  "Table": true,
  "Time": true,
  "Interval": 27
}

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