Service..::..GetAllChangedSalesOrders Method

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

Syntax


public List<SalesOrder> GetAllChangedSalesOrders(
	DateTime StartDate
)
Public Function GetAllChangedSalesOrders ( _
	StartDate As DateTime _
) As List(Of SalesOrder)
public:
List<SalesOrder^>^ GetAllChangedSalesOrders(
	DateTime^ StartDate
)

Parameters

StartDate
Type: DateTime