taxisnet_afm 1.0.2 copy "taxisnet_afm: ^1.0.2" to clipboard
taxisnet_afm: ^1.0.2 copied to clipboard

Get AFM details from TAXISnet

pub version pub publisher

This package uses Αναζήτηση Βασικών Στοιχείων Μητρώου Επιχειρήσεων to request and parse the respone from TAXISnet API.

Features #

  • Get TaxisNetAFMDetails
class TaxisNetAFMDetails {
   String afm;
   String doy;
   String doyDescr;
   String iniFlagDescr;
   String deactivationFlag;
   String deactivationFlagDescr;
   String firmFlagDescr;
   String onomasia;
   String commercTitle;
   String legalStatusDescr;
   String postalAddress;
   String postalAddressNo;
   String postalZipCode;
   String postalAreaDescription;
   String registDate;
   String stopDate;
   String normalVatSystemFlag;
}

Getting started #

To get credentials for using this API follow the steps here

Usage #

final client = TaxisNetAFMClient('Kodikos_eisodou', 'Synthimatiko');
client.getAFMDetails('090165560').then((value) => print(value));

// output:
// AFM: 090165560
// DOY: 1104
// DOY Description: Δ ΑΘΗΝΩΝ
// INI Flag Description: ΜΗ ΦΠ
// Deactivation Flag: 1
// Deactivation Flag Description: ΕΝΕΡΓΟΣ ΑΦΜ
// Firm Flag Description: ΕΠΙΤΗΔΕΥΜΑΤΙΑΣ
// Onomasia: ΥΠΟΥΡΓΕΙΟ ΟΙΚΟΝΟΜΙΚΩΝ ΓΕΝΙΚΗ   ΔIEYΘΥΝΣΗ  Δ ΚΗΣΥΠ ΞΗΣ Δ ΟΙΚ
// Commercial Title:
// Legal Status Description: ΔΗΜΟΣΙΑ ΥΠΗΡΕΣΙΑ
// Postal Address: Κ ΣΕΡΒΙΑΣ
// Postal Address No: 10
// Postal Zip Code: 10110
// Postal Area Description: ΑΘΗΝΑ
// Registration Date: 1993-02-08
// Stop Date:
// Normal VAT System Flag: N
1
likes
110
pub points
34%
popularity

Publisher

verified publisherjohnstef.com

Get AFM details from TAXISnet

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

http, xml

More

Packages that depend on taxisnet_afm