IHostFinancePostAccountingDraftAsync(String, Int16) Method
Post the accounting draft corresponding to the indicated journal and user asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<long>> PostAccountingDraftAsync(
string journalCode,
short userId
)
Function PostAccountingDraftAsync (
journalCode As String,
userId As Short
) As Task(Of List(Of Long))
- journalCode String
- Journal code.
- userId Int16
- User identifier.
TaskListInt64List<
Int64> with the accounting draft.