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": "8346c035-b10e-4ffc-bf25-6e0bf17d4b60",
  "BranchID": 2,
  "DateFrom": "2026-04-11T16:54:37.9665248+03:00",
  "DateTo": "2026-04-11T16:54:37.9665248+03: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'.