POST api/Inventories/GetInventoryForecast
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": "42f57824-48f3-4776-b147-e1ff45dfc2ca",
"BranchID": 2,
"FromDate": "2026-09-23T14:36:18.0182085+03:00",
"ToDate": "2026-09-23T14:36:18.0182085+03:00",
"ProductCategoryIDs": [
1,
2,
3
],
"ProductIDs": [
1,
2,
3
],
"DaysOfWeek": [
1,
2,
3
],
"Overhead": 5.0
}
application/x-www-form-urlencoded
Sample: