RequestVatInfo Class
Name | Description | |
---|---|---|
![]() |
RequestVatInfo(string, string, string, string, string, bool) | Creates a new instance of the RequestVatInfo |
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
getCodeSums(bool) | Retrieve the sums of each VAT code associated with the current search result in a dictionary. |
![]() |
getErrorMessage() | Get the myDATA error message. If there is no error, it returns Null |
![]() |
getNextPageKeys() |
Get the next page keys as returned by AADE. You can use these keys to initiate a new Vat Info search. |
![]() |
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) |
![]() |
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. |