TotalCurrentInventory
Method: GET
Description:
Returns the total inventory amount and cost according to filter
Resource URL:
http://localhost:8014/MaterialManagement/TotalCurrentInventory?PartNumber={partNumber}&McId={mcId}&Station={station}&Slot={slot}&SubSlot={subSlot}&MaterialID={materialId}&Statuses={statuses}
Parameters:
PartNumber
(Optional)
String
McId
(Optional)
Integer
Station
(Optional)
Integer
Slot
(Optional)
Integer
SubSlot
(Optional)
Integer
MaterialID
(Optional)
String
Statuses
separated by commas (Optional)
String
Examples:
http://localhost:8014/MaterialManagement/TotalCurrentInventory?
All REST Resources