POST api/ProductSize/GetSalesWithExtra
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "37fffdee-c8df-4cfa-9bc4-00ec0370485e",
"BranchIDs": [
1,
2,
3
],
"DateFrom": "2025-12-22T14:52:49.2687839+02:00",
"DateTo": "2025-12-22T14:52:49.2687839+02:00",
"VatIDs": [
1,
2,
3
],
"RevenueType": 4,
"TagIDs": [
1,
2,
3
],
"PricelistID": 5,
"OrderTypeID": 6
}
application/x-www-form-urlencoded
Sample: