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": "8cf626ae-2aae-4e33-b4a6-f22c3af995e3",
  "BranchID": 2,
  "DateFrom": "2026-02-15T14:03:46.8695047+02:00",
  "DateTo": "2026-02-15T14:03:46.8695047+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'.