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