IHostDocumentsNoteToInvoiceAsync Method
A sales note (normally order or delivery note) is invoiced asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<long> NoteToInvoiceAsync(
long id
)
Function NoteToInvoiceAsync (
id As Long
) As Task(Of Long)
- id Int64
- Note identifier.
TaskInt64Int64 with the generated invoice identifier.