Table of contents
- Etablissement
- LocalisationEtranger
Documentation
Etablissement
Represents an establishment.
| Name | Type | Description |
|---|---|---|
| SIRET | String | Establishment SIRET number. |
| ETAT_ADMINISTRATIF | String | Establishment administrative status (active or terminated). |
| RAISON_SOCIALE | String | Establishment name. |
| DENOMINATION_USUELLE_1 | String | Establishment usual denomination 1. |
| DENOMINATION_USUELLE_2 | String | Establishment usual denomination 2. |
| DENOMINATION_USUELLE_3 | String | Establishment usual denomination 3. |
| SIGLE | String | Establishment acronym. |
| ENSEIGNE | String | Establishment sign. |
| LOCALISATION | LocalisationEtranger | Establishment location. |
| SIEGE | Boolean | Specifies whether this establishment is the head office of the company or not. |
| CODE_TRANCHE_EFFECTIF | String | Establishment workforce code. |
| TRANCHE_EFFECTIF | String | Establishment workforce label. |
| CARACTERE_EMPLOYEUR | Boolean | Specifies whether of not the establishment is looking for applicants. |
| CODE_APET700 | String | Establishment activiy code. |
| APET700 | String | Establishment activity label. |
| DATE_CREATION_ETABLISSEMENT | DateTime | Establishment creation date. |
| DATE_CESSATION | DateTime | Establishment termination date. |
| CODE_NATURE_JURIDIQUE | String | Company legal nature code. |
| NATURE_JURIDIQUE | String | Company legal nature label. |
| DATE_CREATION_ENTREPRISE | DateTime | Company creation date. |
LocalisationEtranger
Represents a location (with country information as a complement).
| Name | Type | Description |
|---|---|---|
| PAYS | String | Country name. |
| ADRESSE_1 | String | Address (first line). |
| ADRESSE_2 | String | Address (second line). |
| CODE_POSTAL | String | Post code. |
| CODE_COMMUNE | String | INSEE city code. |
| COMMUNE | String | City name. |
| CODE_DEPARTEMENT | String | Department code. |
| DEPARTEMENT | String | Department name. |
| REGION | String | Region name. |
| LATITUDE | Double | Latitude. |
| LONGITUDE | Double | Longitude. |

