TotalHistoricInventory


Method: GET



Description:

Returns the total inventory amount and cost, in a specific month, according to filter

Resource URL:

http://localhost:8014/MaterialManagement/TotalHistoricInventory?InventoryYear={inventoryYear}&InventoryMonth={inventoryMonth}&PartNumber={partNumber}&McId={mcId}&Station={station}&Slot={slot}&SubSlot={subSlot}&MaterialID={materialId}&Statuses={statuses}

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


Examples:

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



All REST Resources