IHostFinancePostAccountingDraftAsync(String, Int16) Method

Post the accounting 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<List<long>> PostAccountingDraftAsync(
	string journalCode,
	short userId
)

Parameters

journalCode  String
Journal code.
userId  Int16
User identifier.

Return Value

TaskListInt64
List<Int64> with the accounting draft.

See Also