IHostFinancePostInvoiceAsync Method

Post invoice asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<long> PostInvoiceAsync(
	PropertyDocumentType propertyType,
	long invoiceId
)

Parameters

propertyType  PropertyDocumentType
Document property type.
invoiceId  Int64
Invoice identifier.

Return Value

TaskInt64
Int64 with the invoice identifier.

See Also