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": "64d8dae7-b910-4d63-b5bb-660aaa87fa42",
  "BranchID": 2,
  "DateFrom": "2026-07-30T15:21:28.1296511+03:00",
  "DateTo": "2026-07-30T15:21:28.1296511+03:00",
  "Branch": true,
  "Source": true,
  "OrderType": true,
  "EntityCategory": true,
  "Tag": true,
  "Entity": true,
  "Size": true,
  "NetPrice": true,
  "IncludeExtras": true,
  "EntityCount": 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'.