POST api/Inventories/Search
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": "4b9db3f3-f476-422e-a285-6578f624ddb7",
"BranchID": 2,
"FromDate": "2026-07-30T12:23:18.7994339+03:00",
"ToDate": "2026-07-30T12:23:18.7994339+03:00",
"ProductCategoryIDs": [
1,
2,
3
],
"ProductIDs": [
1,
2,
3
],
"DaysOfWeek": [
1,
2,
3
],
"Overhead": 5.0
}
application/x-www-form-urlencoded
Sample: