IHostFinanceSetAccountingDraftAsync Method

Updates 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 SetAccountingDraftAsync(
	string journalCode,
	short userId,
	List<AccountingEntryDraft> entries
)

Parameters

journalCode  String
Journal code.
userId  Int16
User identifier.
entries  ListAccountingEntryDraft
List<AccountingEntryDraft> with the entries.

Return Value

Task
A task representing the asynchronous operation.

See Also