POST api/Users/GetSalesSum
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| criteria | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "150a0df2-f477-4269-a5c1-825547e9b3a9",
"BranchID": 2,
"DateFrom": "2026-06-05T10:26:13.5255851+03:00",
"DateTo": "2026-06-05T10:26:13.5255851+03:00",
"SalesType": 5,
"OrderTypes": [
1,
2,
3
],
"Products": [
1,
2,
3
],
"Tags": [
1,
2,
3
]
}
application/x-www-form-urlencoded
Sample: