POST api/ProductSize/GetSalesWithExtra

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": "98ba8de7-9eaf-45ed-9fc7-4ab2c9abd1b2",
  "BranchIDs": [
    1,
    2,
    3
  ],
  "DateFrom": "2025-10-28T23:01:56.9209139+02:00",
  "DateTo": "2025-10-28T23:01:56.9209139+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'.