SendInvoices.ExportDataForValidation Method

Export the data for validation in case you come to an issue you cannot explain. 
This function exports the data in an encoded format according to GDPR. 
Save this data to a file and send it to mydata@arbitrans.gr
Public Function ExportDataForValidation() As String
This language is not supported or no code example is available.
public string ExportDataForValidation()
This language is not supported or no code example is available.

Return Value

string

Encoded String according to GDPR.

Example
 
 SendInvoices sni = new SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
 string validationData = sni.ExportDataForValidation()
 					
This language is not supported or no code example is available.
 Dim sni As SendInvoices = New SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", False)
 Dim validationData as String = sni.ExportDataForValidation()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition