NOTE: This is an article for the legacy API. To access updated information on this endpoint, please reference the HTML guide attached to the bottom of the REST API Access document
Description: Returns results from Summary tab in Manual Forecasts screen in Forecast Module
Resource: ManualForecastDetail/fetchby/
Verb: POST
Query String Options:
- itemHierarchyId (required): which hierarchy is being used, usually "1"
- demandForecastSeriesId (required): which forecast series to view, usually "1"
- nodeLevel (required): Hierarchy Node Level. Top company level = 0. This corresponds to the levels you have configured in Forecast Manager's tree view
- hierarchyNodeFilters (required): filters from the Filters Panel
- showInheritedSettings (required): whether or not you'd like to see inherited forecasts from parents
Example URL: https://demo3.stockiqtech.net/api/ManualForecastDetail/fetchby/hierarchyNodeFilters/?itemHierarchyId=1&demandForecastSeriesId=1&nodeLevel=5&showInheritedSettings=false
Returns: JSON Array of Manual Forecast objects
Example Response JSON:
[
{
"LevelName": "Customer Group",
"ItemTagAssignments": [],
"NodeLevel": 5,
"HierarchyProperty": 2048,
"HierarchyNodeId": 3965,
"ShipperId": 4,
"SiteId": 5,
"ItemId": 12,
"CustomerShipToCategory1Id": 3,
"CustomerId": 0,
"CustomerShipToId": 0,
"ItemSiteCategory1Id": 9,
"ItemSiteCategory2Id": 21,
"ItemSiteCategory3Id": 1,
"ItemSiteCategory4Id": 1,
"ItemSiteCategory5Id": 1,
"ItemSiteCategory6Id": 1,
"ItemSiteCategory7Id": 1,
"ItemSiteCategory8Id": 1,
"ItemSiteId": 8,
"UpdatedByUserId": 2,
"DemandForecastSeriesId": 1,
"DemandForecastSeriesName": "Operational Forecast",
"NodeValue": "Sam's Club",
"ShipperName": "Shipper BBC",
"ItemCode": "0101003",
"SiteCode": "271",
"CustomerShipToCategory1Value": "Sam's Club",
"ItemSiteCategory1Name": "Audio",
"ItemSiteCategory2Name": "MP4&MP3",
"ItemSiteCategory3Name": "Unassigned",
"ItemSiteCategory4Name": "Unassigned",
"ItemSiteCategory5Name": "Unassigned",
"ItemSiteCategory6Name": "Unassigned",
"ItemSiteCategory7Name": "Unassigned",
"ItemSiteCategory8Name": "Unassigned",
"Interval": 4,
"ForecastControl": 1,
"AutoForecastReactivationDate": "2024/08/01",
"DateUpdated": "2025-12-22T16:43:17.4880681-06:00",
"UpdatedByUserName": "SiqSupport",
"Note": "",
"IsInherited": false,
"ControlledAtLevelName": "Customer Group",
"ForecastDateUpdated": "2024-06-17T16:43:18-06:00",
"ForecastUpdatedByUserName": "SiqSupport",
"ForecastNote": "Test",
"ItemDescription": "Contoso 1G MP3 Player E100 White"
},
...
]