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": "db9cf275-e5f8-4ce7-9492-72fe24776dbe",
  "BranchID": 2,
  "DateFrom": "2026-04-11T16:53:02.5278409+03:00",
  "DateTo": "2026-04-11T16:53:02.5278409+03: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'.