POST api/Statistics/GetProductProfit

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": "fdd2c83e-6c0b-4e90-acf1-7da6b30368f2",
  "BranchID": 2,
  "DateFrom": "2025-10-28T23:03:22.4713751+02:00",
  "DateTo": "2025-10-28T23:03:22.4713751+02:00",
  "Branch": true,
  "Source": true,
  "ProductCategory": true,
  "Tag": true,
  "Product": true,
  "Size": true,
  "IncludeExtras": 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 'Profit'.