Service..::..GetInventoryItemStockLevelsByBinLocation Method

Namespace:  JiwaFinancials.Jiwa.JiwaWebService.WCF.REST.XML
Assembly:  JiwaWebService (in JiwaWebService.exe)

Syntax


public List<BinLocationStockLevel> GetInventoryItemStockLevelsByBinLocation(
	string InventoryID
)
Public Function GetInventoryItemStockLevelsByBinLocation ( _
	InventoryID As String _
) As List(Of BinLocationStockLevel)
public:
List<BinLocationStockLevel^>^ GetInventoryItemStockLevelsByBinLocation(
	String^ InventoryID
)

Parameters

InventoryID
Type: String