POST api/Statistics/GetDetailedSalesReport

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": "2c4769b4-6e48-4301-93ae-3ce6b8b57a63",
  "BranchID": 2,
  "DateFrom": "2026-04-11T16:53:11.2894227+03:00",
  "DateTo": "2026-04-11T16:53:11.2894227+03:00",
  "RevenueDate": "2026-04-11T16:53:11.2894227+03:00",
  "Year": 6,
  "OrderTypeID": 7,
  "SourceID": 8,
  "ShiftID": 9,
  "Date": true,
  "Period": true,
  "Source": true,
  "OrderType": true,
  "TimeSplit": true,
  "Shift": true,
  "Vat": true
}

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