IHostDocumentsCreateSalesInvoiceAsync Method

Record the information as a sales invoice asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<long> CreateSalesInvoiceAsync(
	SalesInvoice invoice
)

Parameters

invoice  SalesInvoice
SalesInvoice with the content needed to record the invoice.

Return Value

TaskInt64
Int64 with the assigned registration identifier.

See Also