IService..::..GetAllChangedDebtorTransactions Method

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

Syntax


[OperationContractAttribute]
[WebGetAttribute]
List<DebtorTransaction> GetAllChangedDebtorTransactions(
	DateTime StartDate
)
<OperationContractAttribute> _
<WebGetAttribute> _
Function GetAllChangedDebtorTransactions ( _
	StartDate As DateTime _
) As List(Of DebtorTransaction)
[OperationContractAttribute]
[WebGetAttribute]
List<DebtorTransaction^>^ GetAllChangedDebtorTransactions(
	DateTime^ StartDate
)

Parameters

StartDate
Type: DateTime