IHostDocumentsCreatePurchaseInvoiceAsync Method

Record the information as a purchase invoice asynchronously.

Definition

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

Parameters

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

Return Value

TaskInt64
Int64 with the assigned registration identifier.

See Also