POST api/StoreOrders/GetStoreOrdersSum
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": "cf6848aa-0cfb-4466-a3a5-4775e48fc67f",
"BranchID": 2,
"DateFrom": "2026-04-11T16:55:54.0714101+03:00",
"DateTo": "2026-04-11T16:55:54.0714101+03:00",
"SupplierIDs": [
1,
2,
3
],
"MaterialCategoryIDs": [
1,
2,
3
],
"MaterialIDs": [
1,
2,
3
]
}
application/x-www-form-urlencoded
Sample: