IHostFinanceSetAccountingDraftAsync Method
Updates the draft corresponding to the indicated journal and user asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task SetAccountingDraftAsync(
string journalCode,
short userId,
List<AccountingEntryDraft> entries
)
Function SetAccountingDraftAsync (
journalCode As String,
userId As Short,
entries As List(Of AccountingEntryDraft)
) As Task
- journalCode String
- Journal code.
- userId Int16
- User identifier.
- entries ListAccountingEntryDraft
- List<AccountingEntryDraft> with the entries.
TaskA task representing the asynchronous operation.