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": "a60af0ee-b625-49c4-bbde-31cea9844f5a",
"BranchID": 2,
"DateFrom": "2025-10-28T23:00:59.5582005+02:00",
"DateTo": "2025-10-28T23:00:59.5582005+02:00",
"SalesType": 5,
"OrderTypes": [
1,
2,
3
],
"Products": [
1,
2,
3
],
"Tags": [
1,
2,
3
]
}
application/x-www-form-urlencoded
Sample: