POST api/ProductSize/GetSales

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": "908755d9-55bd-4462-897f-7d2c52e5b7f8",
  "BranchIDs": [
    1,
    2,
    3
  ],
  "DateFrom": "2025-10-28T23:01:54.2965328+02:00",
  "DateTo": "2025-10-28T23:01:54.2965328+02:00",
  "VatIDs": [
    1,
    2,
    3
  ],
  "RevenueType": 4,
  "TagIDs": [
    1,
    2,
    3
  ],
  "PricelistID": 5,
  "OrderTypeID": 6
}

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