IHostDocumentsUpdateInvoicePaymentsAsync Method

Update invoice due dates asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task UpdateInvoicePaymentsAsync(
	PropertyDocumentType propertyType,
	long idInvoice,
	List<Payment> payments
)

Parameters

propertyType  PropertyDocumentType
PropertyDocumentType with the document owner type (customer or supplier).
idInvoice  Int64
Invoice identifier.
payments  ListPayment
List<Payment> with the due dates corresponding to the invoice.

Return Value

Task
A task representing the asynchronous operation.

See Also