IService..::..GetInventoryItemStockLevelsByBinLocation Method

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

Syntax


[OperationContractAttribute]
[WebGetAttribute]
List<BinLocationStockLevel> GetInventoryItemStockLevelsByBinLocation(
	string InventoryID
)
<OperationContractAttribute> _
<WebGetAttribute> _
Function GetInventoryItemStockLevelsByBinLocation ( _
	InventoryID As String _
) As List(Of BinLocationStockLevel)
[OperationContractAttribute]
[WebGetAttribute]
List<BinLocationStockLevel^>^ GetInventoryItemStockLevelsByBinLocation(
	String^ InventoryID
)

Parameters

InventoryID
Type: String