POST api/Inventories/GetInventoryForecast

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "d2f91833-f019-4ed2-8b5f-4b07186c80e7",
  "BranchID": 2,
  "FromDate": "2025-10-28T23:01:32.5505746+02:00",
  "ToDate": "2025-10-28T23:01:32.5505746+02:00",
  "ProductCategoryIDs": [
    1,
    2,
    3
  ],
  "ProductIDs": [
    1,
    2,
    3
  ],
  "DaysOfWeek": [
    1,
    2,
    3
  ],
  "Overhead": 5.0
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InventoryForecastCriteria'.