Service..::..GetChangedInventoryItems Method

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

Syntax


public List<Inventory> GetChangedInventoryItems(
	DateTime StartDate
)
Public Function GetChangedInventoryItems ( _
	StartDate As DateTime _
) As List(Of Inventory)
public:
List<Inventory^>^ GetChangedInventoryItems(
	DateTime^ StartDate
)

Parameters

StartDate
Type: DateTime