IService..::..GetChangedDebtorTransactions Method

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

Syntax


[OperationContractAttribute]
[WebGetAttribute]
List<DebtorTransaction> GetChangedDebtorTransactions(
	string DebtorID,
	DateTime StartDate
)
<OperationContractAttribute> _
<WebGetAttribute> _
Function GetChangedDebtorTransactions ( _
	DebtorID As String, _
	StartDate As DateTime _
) As List(Of DebtorTransaction)
[OperationContractAttribute]
[WebGetAttribute]
List<DebtorTransaction^>^ GetChangedDebtorTransactions(
	String^ DebtorID, 
	DateTime^ StartDate
)

Parameters

DebtorID
Type: String
StartDate
Type: DateTime