Service..::..GetChangedDebtorTransactions Method

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

Syntax


public List<DebtorTransaction> GetChangedDebtorTransactions(
	string DebtorID,
	DateTime StartDate
)
Public Function GetChangedDebtorTransactions ( _
	DebtorID As String, _
	StartDate As DateTime _
) As List(Of DebtorTransaction)
public:
List<DebtorTransaction^>^ GetChangedDebtorTransactions(
	String^ DebtorID, 
	DateTime^ StartDate
)

Parameters

DebtorID
Type: String
StartDate
Type: DateTime