Table of contents
- SocieteMandataire
- Localisation
Documentation
SocieteMandataire
Represents the companies of a corporate officer.
| Name | Type | Description |
|---|---|---|
| IDENTIFIANT_SOCIETE_EXPLORE | Int64 | EXPLORE unique company id. |
| SIRET | String | Establishment SIRET number. |
| SIREN | String | Establishment SIREN number. |
| RAISON_SOCIALE | String | Establishment name. |
| ROLE | String | Role of the company in the project. |
| CODE_NAF | String | Company activity code. |
| ACTIVITE_PRINCIPALE | String | Company activity label. |
| NATURE_ETABLISSEMENT | String | Specifies whether or not this establishment is the head office of the company (“Siège social”). |
| TELEPHONE | String | Company phone number. |
| SITE_WEB | String | Company website. |
| CODE_TRANCHE_EFFECTIF | String | Company workforce classification code. |
| TRANCHE_EFFECTIF | String | Company workforce classification label. |
| LOCALISATION | Localisation | Company location. |
| NOMBRE_LOCAUX | Int32 | Workplaces amount. |
| NOMBRE_PARCELLES | Int32 | Plots amount. |
| NOMBRE_TERRAINS | Int32 | Lands amount. |
| NOMBRE_LOGEMENTS | Int32 | Accomodations amount. |
Localisation
Represents a location.
| Name | Type | Description |
|---|---|---|
| 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. |

