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": "b34534d0-b735-4330-859e-b6c274a8bbf1",
  "BranchIDs": [
    1,
    2,
    3
  ],
  "DateFrom": "2026-04-11T16:55:53.9620753+03:00",
  "DateTo": "2026-04-11T16:55:53.9620753+03: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'.