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": "aa8f6264-accd-4f17-b1bf-1ed7b6806eba",
  "BranchID": 2,
  "DateFrom": "2025-12-22T14:54:47.8425814+02:00",
  "DateTo": "2025-12-22T14:54:47.8425814+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'.