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": "bf8252ab-714c-412e-a52e-8e70764a53fd",
"BranchID": 2,
"DateFrom": "2026-06-05T10:26:11.0105834+03:00",
"DateTo": "2026-06-05T10:26:11.0105834+03:00",
"SupplierIDs": [
1,
2,
3
],
"MaterialCategoryIDs": [
1,
2,
3
],
"MaterialIDs": [
1,
2,
3
]
}
application/x-www-form-urlencoded
Sample: