IHostFinanceGetAccountingDraftAsync Method

Obtains the draft corresponding to the indicated journal and user asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<AccountingEntryDraft>> GetAccountingDraftAsync(
	string journalCode,
	short userId
)

Parameters

journalCode  String
Journal code.
userId  Int16
User identifier.

Return Value

TaskListAccountingEntryDraft
List<AccountingEntryDraft> with the accounting draft.

See Also