POST api/Statistics/GetExtraProfit

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": "9eab0555-5437-42a3-8004-29b2bfe66115",
  "BranchID": 2,
  "DateFrom": "2026-09-23T14:35:57.9594925+03:00",
  "DateTo": "2026-09-23T14:35:57.9594925+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'.