IHostDocumentsNoteToInvoiceAsync Method

A sales note (normally order or delivery note) is invoiced asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<long> NoteToInvoiceAsync(
	long id
)

Parameters

id  Int64
Note identifier.

Return Value

TaskInt64
Int64 with the generated invoice identifier.

See Also