IHostFinancePostAccountingDraftAsync(String, ListAccountingEntryDraft) Method

Post an accounting draft asynchronously without posting it to the journal and indicating a reference for the entry asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<long>> PostAccountingDraftAsync(
	string reference,
	List<AccountingEntryDraft> entries
)

Parameters

reference  String
Reference.
entries  ListAccountingEntryDraft
Entries.

Return Value

TaskListInt64
List<Int64> with the accounting draft.

See Also