POST api/ProductSize/GetSales
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": "ddf5381a-77c7-46ff-b66e-2126a04b2af0",
"BranchIDs": [
1,
2,
3
],
"DateFrom": "2026-06-05T14:04:43.9833317+03:00",
"DateTo": "2026-06-05T14:04:43.9833317+03:00",
"VatIDs": [
1,
2,
3
],
"RevenueType": 4,
"TagIDs": [
1,
2,
3
],
"PricelistID": 5,
"OrderTypeID": 6
}
application/x-www-form-urlencoded
Sample: