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": "2cd0883c-48dd-4ea2-90b5-3aae4bf2a0e4",
  "BranchID": 2,
  "DateFrom": "2026-06-05T14:04:13.0986612+03:00",
  "DateTo": "2026-06-05T14:04:13.0986612+03: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'.