SendClassifications Class
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.
Name | Description | |
---|---|---|
![]() |
SendClassifications(string, string, string, string, string, bool) | It creates a new instance of the SendClassifications |
Name | Description | |
---|---|---|
![]() |
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 |
![]() |
Send(Dictionary<StringList<classifications>>, bool, bool) | With this method, you can send multiple Expenses or Income Classifications to myDATA at once. |
![]() |
Send(string, List<classifications>, bool, bool) | With this method, you can send Expenses or Income Classifications to myDATA. |
![]() |
newClassification() | It generates a classification line, type of classifications. |
Name | Description | |
---|---|---|
![]() |
classifications |
Struct classifications It contains all the necessary fields required for a Classification line. |
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.
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.