IHostFinancePostAccountingDraftAsync(String, ListAccountingEntryDraft) Method
Post an accounting draft asynchronously without posting it to the journal and indicating a reference for the entry asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<long>> PostAccountingDraftAsync(
string reference,
List<AccountingEntryDraft> entries
)
Function PostAccountingDraftAsync (
reference As String,
entries As List(Of AccountingEntryDraft)
) As Task(Of List(Of Long))
- reference String
- Reference.
- entries ListAccountingEntryDraft
- Entries.
TaskListInt64List<
Int64> with the accounting draft.