CancelInvoice Class

Class CancelInvoice 
This class enables the cancellation of myDATA invoices. The ability to cancel invoices is exclusive to ERP systems. 
Invoicing Providers are unable to cancel invoices directly with myDATA. A Type 5.1 - Credit Invoice (Associated) must be issued by the invoicing provider in order to cancel an invoice.
Public Class CancelInvoice
This language is not supported or no code example is available.
public class CancelInvoice
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Cancel(string, bool) Using this method, you can Cancel a single invoice.
Public method Cancel(List<String>, bool) Using this method, you can Cancel multiple invoices at once.
Top
Remarks
 
Get started and cancel your first Invoice

.NET Framework

Supported in: 3.5 or newer

In this article

Definition