IService..::..GetChangedDebtors Method

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

Syntax


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

Parameters

StartDate
Type: DateTime