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 top-level order schedule header information as is shown in the Order Schedule header area of the Order Schedule.
Resource: OrderScheduleHeader/
Verb: GET
Returns: JSON Array of OrderScheduleHeader objects
Example Response JSON:
[{
"AlertKeyId": 213810,
"ItemSiteSupplierId": 213810,
"ItemSiteId": 149216,
"SupplierId": 1866,
"ItemId": 11,
"SiteId": 49,
"ItemCode": "2010001",
"SiteCode": "STL",
"SupplierItemCode": "2010001",
"SupplierCode": "FOODEXP001",
"SupplierName": "FOOD EXPRESS",
"ItemDescription": "SPICE, OREGANO LEAVES 6/5.5OZ (LOCAL)",
"AbcClass": "D",
"XyzClass": "X",
"OutOfStockQuantity": 0.00000,
"InventoryPosition": 8,
"ActiveOrderCycle": 1,
"ActiveOrderPolicy": 2,
"TotalOnOrderQuantity": 0.00000,
"ActiveSupplierLevel": 1,
"InventoryPositionAtLeadTime": 1,
"WorstProjectedInventoryPosition": 1,
"ActivePlanningLeadTime": 36,
"TotalOnHandQuantity": 1.00003,
"Eoq": 2.6076994656413288,
"OrderMultipleQuantity": 1,
"ActiveSafetyStock": 1.00000,
"ActiveTargetStock": 2.5000000,
"ActiveMaxStock": 4.00000,
"ProjectedBelowPanicPointDate": "2020/05/21",
"ProjectedOutOfStockDate": "2020/05/26",
"APri": 0,
"AT": 65536,
"ATN": "ProjectedAvailable"
},
.....
]