SendInvoices..::..ExportDataForValidation Method
Exports the data for validation in case you come to an issue you cannot explain.
This function exports the data in encoded format according to GDPR.
Save these data to a file and send them to mydata@arbitrans.gr
Namespace:
arbitrans_myDATA_frameworkThis function exports the data in encoded format according to GDPR.
Save these data to a file and send them to mydata@arbitrans.gr
Assembly: arbitrans_myDATA_framework (in arbitrans_myDATA_framework.dll)
Examples
C#
SendInvoices sni = new SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false); string validationData = sni.ExportDataForValidation()
VB.NET
Dim sni As SendInvoices = New SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", False) Dim validationData as String = sni.ExportDataForValidation()