SendClassifications Class

Class SendClassifications 
With this class, you can send Classifications (income or expenses) for myDATA invoices or reject myDATA invoices. 
To send a classification, it's necessary to know the MARK of the invoice and the valid classification combination for that Invoice.
Public Class SendClassifications
This language is not supported or no code example is available.
public class SendClassifications
This language is not supported or no code example is available.
Methods
 
Name Description
Public method ExportDataForValidation() 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 method Send(Dictionary<StringList<classifications>>, bool, bool) With this method, you can send multiple Expenses or Income Classifications to myDATA at once.
Public method Send(string, List<classifications>, bool, bool) With this method, you can send Expenses or Income Classifications to myDATA.
Public method newClassification() It generates a classification line, type of classifications.
Top
Name Description
Public structure classifications Struct classifications 
It contains all the necessary fields required for a Classification line.
Top
Remarks
 
See how you can Send your first Classification 
 
You can check if a classification is correct by using myDATATools.checkClassification
You can get a list of Valid Categories of an Invoice Type using myDATATools.getValidCategory
You can get a list of Valid Classification Types of an Invoice Type using myDATATools.getValidE3
 
You can export the Classification Data and send it to mydata@arbitrans.gr, so we can check your issue. Use the ExportDataForValidation
This method exports your data in an encoded format, according to GDPR, ensuring maximum security for any sensitive or personal data.
ArbitransMyData.MyDataApi.SendClassifications

.NET Framework

Supported in: 3.5 or newer

In this article

Definition