Description: Returns the Burndown Detail grid from the Burn Down tab in the Executive Summary screen in the Home module
Resource: ItemSiteDaysOfSupply/
Verb: GET
Query String Arguments
- referenceQuantity (required):
- 1 = On Hand
- 2 = Available Quantity
- 3 = Firm Supply and Demand
Returns: JSON Array containing records matching burndown details
Example Response JSON:
[{
"OneYearBurndownValue": 25.7000000000,
"AnnualizedUsage": 0.0,
"EffectiveDailyUsage": 0.0,
"TotalAvailableBalance": 25.7000000000,
"DaysOnOrder": 0.0,
"ItemSiteId": 1,
"ItemId": 7,
"SiteId": 4,
"ShipperId": 1,
"ItemCode": "0101008",
"SiteCode": "95",
"ItemDescription": "Contoso 4G MP3 Player E400 Silver",
"ItemSiteSupplierId": 3345,
"SupplierId": 50,
"SupplierCode": "V0045",
"SupplierName": "Contoso Regional Hub",
"StandardCost": 12.85000,
"StandardPrice": 15.97000,
"AbcClass": "X",
"XyzClass": "Z",
"Hits": "0.00000",
"UsagePattern": 16,
"InventoryPosition": 32,
"ItemSiteCategory1Name": "Audio",
"ItemSiteCategory2Name": "MP4&MP3",
"ItemSiteCategory3Name": "Unassigned",
"ItemSiteCategory4Name": "Unassigned",
"ItemSiteCategory5Name": "Unassigned",
"ItemSiteCategory6Name": "Unassigned",
"ItemSiteCategory7Name": "Unassigned",
"ItemSiteCategory8Name": "Unassigned",
"PrimarySupplierId": 50,
"ActiveOrderPolicy": 2,
"ActiveSafetyStock": 0.00000,
"ActiveTargetStock": 0.0000000,
"ActiveMaxStock": 0.00000,
"TotalOnHandQuantity": 2.00000,
"TotalOnHandBalance": 25.70000,
"TotalOnOrderQuantity": 0.00000,
"OnOrderValue": 0.00000,
"TotalAvailableQuantity": 2.00000,
"TotalOnDemandQuantity": 0.00000,
"CurrentExcessQuantity": 2.00000,
"CurrentExcessThreshold": 0.00000,
"MinimumOrderQuantity": 1.0,
"OrderMultipleQuantity": 1.0
},
{
"OneYearBurndownValue": 213.9000000000,
"AnnualizedUsage": 0.0,
"EffectiveDailyUsage": 0.0,
"TotalAvailableBalance": 213.9000000000,
"DaysOnOrder": 0.0,
"ItemSiteId": 2,
"ItemId": 11,
"SiteId": 4,
"ShipperId": 1,
"ItemCode": "0101001",
"SiteCode": "95",
"ItemDescription": "Contoso 512MB MP3 Player E51 Silver",
"ItemSiteSupplierId": 3346,
"SupplierId": 61,
"SupplierCode": "V0059",
"SupplierName": "Contoso Hub Warehouse",
"StandardCost": 2.30000,
"StandardPrice": 2.76000,
"AbcClass": "X",
"XyzClass": "Z",
"Hits": "0.00000",
"UsagePattern": 16,
"InventoryPosition": 32,
"ItemSiteCategory1Name": "Audio",
"ItemSiteCategory2Name": "MP4&MP3",
"ItemSiteCategory3Name": "Unassigned",
"ItemSiteCategory4Name": "Unassigned",
"ItemSiteCategory5Name": "Unassigned",
"ItemSiteCategory6Name": "Unassigned",
"ItemSiteCategory7Name": "Unassigned",
"ItemSiteCategory8Name": "Unassigned",
"PrimarySupplierId": 61,
"ActiveOrderPolicy": 2,
"ActiveSafetyStock": 0.00000,
"ActiveTargetStock": 0.0000000,
"ActiveMaxStock": 0.00000,
"TotalOnHandQuantity": 93.00000,
"TotalOnHandBalance": 213.90000,
"TotalOnOrderQuantity": 0.00000,
"OnOrderValue": 0.00000,
"TotalAvailableQuantity": 93.00000,
"TotalOnDemandQuantity": 0.00000,
"CurrentExcessQuantity": 93.00000,
"CurrentExcessThreshold": 0.00000,
"MinimumOrderQuantity": 1.0,
"OrderMultipleQuantity": 1.0
},
... ]