RequestVatInfo Class

Public Class RequestVatInfo
This language is not supported or no code example is available.
public class RequestVatInfo
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 Vat Info. 
The "Vat Info" is a datatable that contains an analysis of each mark that will be included in the monthly VAT document, known as "Φ2". 
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 VAT 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 Vat Info search.
Public method getUnclassified() Retrieve the invoices that contain null values in each and every VAT field. Per AADE, these MARKS continue to be unclassified, so their VAT elements are left blank. 
Important: If you are certain that any of these marks are classified differently than category2_5 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) 
Public method getVatInfo() Get all VAT information into a data table, ready to be displayed in a grid. 
Returns a data table containing the MARKS, the VAT Field and the corresponding amount. 
The returned data are those that will be included in the monthly VAT document of the entity, so the end user will know the document will be pre-filled.
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition