IHostDocumentsCreateSalesInvoiceAsync Method
Record the information as a sales invoice asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<long> CreateSalesInvoiceAsync(
SalesInvoice invoice
)
Function CreateSalesInvoiceAsync (
invoice As SalesInvoice
) As Task(Of Long)
- invoice SalesInvoice
- SalesInvoice with the content needed to record the invoice.
TaskInt64Int64 with the assigned registration identifier.