GET api/EntrepriseArt?region={region}&city={city}
Looks up enterprise by french region using INSEE name of the region and city
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
region |
Region of the enterprise |
string |
Required |
city |
City of the enterprise |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EntrepriseName | Description | Type | Additional information |
---|---|---|---|
ID |
Id of the enterprise |
string |
None. |
NOM |
Enterprise Name |
string |
None. |
SIREN |
Enterprise SIREN number |
string |
None. |
ADRESSE |
Enterprise adress |
string |
None. |
COMPLEMENT |
Enterprise complement for adress |
string |
None. |
CP |
Enterprise postal code |
string |
None. |
COMMUNE |
Enterprise city |
string |
None. |
NAR20 |
Enterprise NAR 20 code |
string |
None. |
DEPT |
Enterprise departement |
string |
None. |
CODE_NAFA | string |
None. |
|
GEST_LIBELLE_CODE_NAFA |
Enterprise NAFA |
string |
None. |
ENT_ACT_DATE_IMMAT_RM |
Enterprise creation date |
string |
None. |
ENT_ACT_DATE_RADIATION |
Enterprise cancellation date (if exists) |
string |
None. |
ENT_ACT_FORME_JURIDIQUE |
juridical status of the enterprise |
string |
None. |
DIR_QA_QUALIFICATION |
professional qualification of the enterprise owner |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "sample string 1", "NOM": "sample string 2", "SIREN": "sample string 3", "ADRESSE": "sample string 4", "COMPLEMENT": "sample string 5", "CP": "sample string 6", "COMMUNE": "sample string 7", "NAR20": "sample string 8", "DEPT": "sample string 9", "CODE_NAFA": "sample string 10", "GEST_LIBELLE_CODE_NAFA": "sample string 11", "ENT_ACT_DATE_IMMAT_RM": "sample string 12", "ENT_ACT_DATE_RADIATION": "sample string 13", "ENT_ACT_FORME_JURIDIQUE": "sample string 14", "DIR_QA_QUALIFICATION": "sample string 15" }, { "ID": "sample string 1", "NOM": "sample string 2", "SIREN": "sample string 3", "ADRESSE": "sample string 4", "COMPLEMENT": "sample string 5", "CP": "sample string 6", "COMMUNE": "sample string 7", "NAR20": "sample string 8", "DEPT": "sample string 9", "CODE_NAFA": "sample string 10", "GEST_LIBELLE_CODE_NAFA": "sample string 11", "ENT_ACT_DATE_IMMAT_RM": "sample string 12", "ENT_ACT_DATE_RADIATION": "sample string 13", "ENT_ACT_FORME_JURIDIQUE": "sample string 14", "DIR_QA_QUALIFICATION": "sample string 15" } ]
application/xml, text/xml
Sample:
<ArrayOfEntreprise xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Entreprise> <ADRESSE>sample string 4</ADRESSE> <CODE_NAFA>sample string 10</CODE_NAFA> <COMMUNE>sample string 7</COMMUNE> <COMPLEMENT>sample string 5</COMPLEMENT> <CP>sample string 6</CP> <DEPT>sample string 9</DEPT> <DIR_QA_QUALIFICATION>sample string 15</DIR_QA_QUALIFICATION> <ENT_ACT_DATE_IMMAT_RM>sample string 12</ENT_ACT_DATE_IMMAT_RM> <ENT_ACT_DATE_RADIATION>sample string 13</ENT_ACT_DATE_RADIATION> <ENT_ACT_FORME_JURIDIQUE>sample string 14</ENT_ACT_FORME_JURIDIQUE> <GEST_LIBELLE_CODE_NAFA>sample string 11</GEST_LIBELLE_CODE_NAFA> <ID>sample string 1</ID> <NAR20>sample string 8</NAR20> <NOM>sample string 2</NOM> <SIREN>sample string 3</SIREN> </Entreprise> <Entreprise> <ADRESSE>sample string 4</ADRESSE> <CODE_NAFA>sample string 10</CODE_NAFA> <COMMUNE>sample string 7</COMMUNE> <COMPLEMENT>sample string 5</COMPLEMENT> <CP>sample string 6</CP> <DEPT>sample string 9</DEPT> <DIR_QA_QUALIFICATION>sample string 15</DIR_QA_QUALIFICATION> <ENT_ACT_DATE_IMMAT_RM>sample string 12</ENT_ACT_DATE_IMMAT_RM> <ENT_ACT_DATE_RADIATION>sample string 13</ENT_ACT_DATE_RADIATION> <ENT_ACT_FORME_JURIDIQUE>sample string 14</ENT_ACT_FORME_JURIDIQUE> <GEST_LIBELLE_CODE_NAFA>sample string 11</GEST_LIBELLE_CODE_NAFA> <ID>sample string 1</ID> <NAR20>sample string 8</NAR20> <NOM>sample string 2</NOM> <SIREN>sample string 3</SIREN> </Entreprise> </ArrayOfEntreprise>