SendClassifications.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
 
 Send ecls = new Send("AADEUserID", "OcpApimSubscriptionKey", "ExecuteEntityVatNumber", "Arbitrans User", "Arbitrans Key", false);
 string validationData = ecls.ExportDataForValidation()
 					
This language is not supported or no code example is available.
 Dim ecls As Send = New Send("AADEUserID", "OcpApimSubscriptionKey", "ExecuteEntityVatNumber", "Arbitrans User", "Arbitrans Key", False)
 Dim validationData as String = ecls.ExportDataForValidation()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition