POST api/Statistics/GetProfitSalesReport

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": "a29a0cd6-cb45-4ba8-bcf0-2c33520a08fc",
  "BranchID": 2,
  "DateFrom": "2025-10-28T23:03:22.2682983+02:00",
  "DateTo": "2025-10-28T23:03:22.2682983+02:00",
  "RevenueDate": "2025-10-28T23:03:22.2682983+02:00",
  "Year": 6,
  "OrderTypeID": 7,
  "SourceID": 8,
  "ShiftID": 9,
  "Date": 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'.