POST api/Inventories/Search

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": "1018f6ce-b457-4981-a21a-4bfacafa007f",
  "BranchID": 2,
  "FromDate": "2026-04-11T16:51:21.5610895+03:00",
  "ToDate": "2026-04-11T16:51:21.5610895+03: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'.