RequestE3Info Class

Public Class RequestE3Info
This language is not supported or no code example is available.
public class RequestE3Info
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Request(int, string[], string[], bool, bool) Request - Get all E3 Info. 
The "E3 Info" is a datatable that contains an analysis of each mark that will be included in the annual E3 document, known as "E3". 
The analysis contains every possible field of the document and the amount that is going there for each invoice.
Public method getCodeSums(bool) Retrieve the sums of each E3 code and Category associated with the current search result in a dictionary.
Public method getE3Info() Get all E3 information into a data table, ready to be displayed in a grid. 
Returns a data table containing the MARKS, the Category and the E3 Field and the corresponding amount. 
The returned data are those that will be included in the annual E3 document of the entity, so the end user will know the document will be pre-filled.
Public method getE3Sums(bool) Retrieve the sums of each E3 code associated with the current search result in a dictionary.
Public method getErrorMessage() Get the myDATA error message. If there is no error, it returns Null
Public method getNextPageKeys() Get the next page keys as returned by AADE. 
You can use these keys to initiate a new E3 Info search.
Public method getUnclassified() Retrieve the invoices that contain null values in each and every Category and E3 field. Per AADE, these MARKS continue to be unclassified, so their E3 elements are left blank. 
Important: If you are certain that any of these marks are classified and can provide the corresponding classification mark, you must notify AADE at mydata.support@aade.gr with the following information: 
1. The "mark" of the invoice that doesn't show as classified to AADE, but you did classify it. 
2. The "classification mark" of the invoice that doesn't show as classified to AADE. 
3. The VAT identification number of the problematic entity. 
4. Contact Information (complete name, email address, and phone number) 
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition