SendClassifications Constructor
Parameters
- AADEUserID
- string
User Name provided by AADE
- OcpApimSubscriptionKey
- string
API Key provided by AADE
- ExecuteEntityVatNumber
- string
Entity Vat Number for which the call is being made.
- User
- string
User Name provided by Arbitrans
- Key
- string
Key provided by Arbitrans
- Test_env
- bool
Work in the Test environment true/false. This value is ignored by the dll if the license is TRIAL. In Trial Version, you will always work in the Test Environment of myDATA.
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 method ExportDataForValidation.
This method exports your data in an encoded format, according to GDPR, ensuring maximum security for any sensitive or personal data.
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 method ExportDataForValidation.
This method exports your data in an encoded format, according to GDPR, ensuring maximum security for any sensitive or personal data.
SendClassifications ecls = new SendClassifications("AADEUserID", "OcpApimSubscriptionKey", "ExecuteEntityVatNumber", "Arbitrans User", "Arbitrans Key", false);
This language is not supported or no code example is available.