HistoricPartNumberInventory


Method: GET



Description:

Returns a list of part numbers with inventory historic information

Resource URL:

http://localhost:8014/MaterialManagement/HistoricPartNumberInventory?InventoryYear={inventoryYear}&InventoryMonth={inventoryMonth}&PartNumber={partNumber}&McId={mcId}&Station={station}&Slot={slot}&SubSlot={subSlot}&MaterialID={materialId}&Statuses={statuses}&SortBy={sortBy}&SortDirection={sortDirection}&PageSize={pageSize}&PageNumber={pageNumber}

Parameters:

InventoryYear(Optional)Integer
InventoryMonth(Optional)Integer
PartNumber(Optional)String
McId(Optional)Integer
Station(Optional)Integer
Slot(Optional)Integer
SubSlot(Optional)Integer
MaterialID(Optional)String
Statusesseparated by commas (Optional)String
SortByPartNumber / Inventory / StockValue / NickName (Optional)String
SortDirectionAscending / Descending (Optional)String
PageSize(Optional)Integer
PageNumber(Optional)Integer


Examples:

http://localhost:8014/MaterialManagement/HistoricPartNumberInventory?InventoryYear=2014&InventoryMonth=8



All REST Resources