The ARES reader reads the company data made available via API service of https://areas.gov.cz informations from Ares web services.
Configuration
As from the version 3.2.0, there is no connection configuration available. The hostname and the timeout are now part of the connector source code.
Input & Output Schema
Input
Ares input (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
EIN | string | No | Entity identification number |
Output
Ares output (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
StatusID | integer | No | |
StatusName | string | No | |
EIN | string | Yes | |
TAXIN | string | Yes | |
Name | string | Yes | |
RegistrationDate | DateTime | Yes | |
Type | string | Yes | |
FullStreet | string | Yes | |
FullCity | string | Yes | |
Country | string | Yes | |
City | string | Yes | |
City2 | string | Yes | |
City3 | string | Yes | |
PostalCode | string | Yes | |
Street | string | Yes | |
StreetNumber | string | Yes | |
StreetNumber2 | string | Yes | |
TradeLicenseIssuer | string | Yes | |
RegisterLocation | string | Yes | |
RegisterNumber | string | Yes | |
EconomicActivity | Ares Economic Activity (1.0.0) |
Yes |
Release notes
3.2.2
- Processed changes connected with new documentation version and version changes
3.2.1
- Fix processing of "DIC" (attaching country code to "DIC" when missing)
3.2.0
- Remove connection configuration.
3.1.3
- Plugin binaries update as a result of included connector change
3.1.0
- Migration to the new structure of the ARES web services data processing.
3.0.4
- Plugin binaries update as a result of included connector change
3.0.1.
- Minor fix of processing of returned property: Postal code.
3.0.0
- First release.