Table of contents
- RetourSocietes
- SocieteTag
- Action
- DonneeComplementaire
Documentation
RetourSocietes
API response for company import in the CRM environment.
| Name | Type | Description |
|---|---|---|
| SOCIETES | SocieteTag[] | Companies list. |
| TOTAL | Int32 | Maximum number of results that responded to the critera. |
| NOMBRE_RESULTATS | Int32 | Maximum number of results on the current page. |
| NOMBRE_PAGES | Int32 | Total number of pages. |
| PAGE | Int32 | Current page. |
SocieteTag
Represents a company flagged as “import in my CRM environment” on the EXPLORE web app.
| Name | Type | Description |
|---|---|---|
| IDENTIFIANT_SOCIETE_EXPLORE | Int64 | EXPLORE unique company id. |
| SIREN | String | Company SIREN number. |
| SIRET | String | Company SIRET number. |
| RAISON_SOCIALE | String | Company name. |
| L4_VOIE | String | Road number and label. |
| VILLE | String | City. |
| CODE_INSEE_5 | String | INSEE city code. |
| CODENAF | String | Company activity code. |
| EFFECTIF_SITE | String | Establishment workforce classification. |
| EFFECTIF_TOTAL | String | Company workforce classification. |
| CA | String | Revenue. |
| SIEGE | String | Specifies whether the establishment is the head office of the company or not. |
| CP | String | Post code. |
| COMMUNE | String | Municipality. |
| NAF | String | Establishment activity code. |
| LIBNAF | String | Establishment activity label. |
| FORME_J | String | Company legal nature code. |
| LIB_FORME_J | String | Company legal nature label. |
| LIEN_LINKEDIN | String | Link towards the LINKEDIN profile of the company (if any). |
| LIEN_TWITTER | String | Link towards the TWITTER profile of the company (if any). |
| LIEN_WEB | String | Link towards the company's website (if any). |
| NATURE | String | Establishment type. |
| TELEPHONE | String | Phone number. |
| ACTION | Action | Information related to the project flag. |
Action
Represents information related to a project flag.
| Name | Type | Description |
|---|---|---|
| EMAIL_TAG | String | Email address of the co-worker who flagged the project. |
| STATUT | String | Project status. |
| AFFECTATION_EMAILS | Email[] | Email addresses of the co-workers to whom the project was assigned. |
| DONNEES_COMPLEMENTAIRES | DonneeComplementaire[] | Additional data. |
Represents an email address.
| Name | Type | Description |
|---|---|---|
| String | Co-worker email address. |
DonneeComplementaire
Represents additional data for a project flag.
| Name | Type | Description |
|---|---|---|
| LIBELLE | String | Label. |
| VALEUR | String | Value. |

