POST api/Statistics/GetTotalSalesReport

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": "0b73badd-1718-467c-b2d9-9c12965a52d3",
  "BranchID": 2,
  "DateFrom": "2026-07-30T15:19:35.5571571+03:00",
  "DateTo": "2026-07-30T15:19:35.5571571+03:00",
  "RevenueDate": "2026-07-30T15:19:35.5571571+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'.