POST api/Users/GetProductSalesSum

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
criteria
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "58d7bd79-c626-4949-bee6-caae7dd9e1b9",
  "BranchID": 2,
  "DateFrom": "2025-12-22T14:54:48.0299952+02:00",
  "DateTo": "2025-12-22T14:54:48.0299952+02:00",
  "SalesType": 5,
  "OrderTypes": [
    1,
    2,
    3
  ],
  "Products": [
    1,
    2,
    3
  ],
  "Tags": [
    1,
    2,
    3
  ]
}

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 'UserSalesCriteria'.