IHostDocumentsDeleteInvoiceAsync Method

Remove an invoice asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task DeleteInvoiceAsync(
	PropertyDocumentType propertyType,
	long id,
	InvoiceDeleteType deleteType
)

Parameters

propertyType  PropertyDocumentType
PropertyDocumentType with the type of owner of the invoice (customer or supplier).
id  Int64
Invoice identifier.
deleteType  InvoiceDeleteType
InvoiceDeleteType with the type of invoice deletion.

Return Value

Task
A task representing the asynchronous operation.

See Also