IHostDocumentsDeleteInvoiceAsync Method
Remove an invoice asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task DeleteInvoiceAsync(
PropertyDocumentType propertyType,
long id,
InvoiceDeleteType deleteType
)
Function DeleteInvoiceAsync (
propertyType As PropertyDocumentType,
id As Long,
deleteType As InvoiceDeleteType
) As Task
- 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.
TaskA task representing the asynchronous operation.