The directory object
Directory
A directory entry represent a final company
Endpoints
GET/v1/directory/french
GET/v1/directory/international
Attributes
businessEntityIdstring (uuid) - Optional
namestring - Optional
typeenum - Optional
scopeenum - Optional
sirenstring (regex) - Optional
siretstring (regex) - Optional
postalAddressobject - Optional
legalUnitobject - Optional
identifiersarray - Optional
chorusProobject - Optional
Object
{
"data": [
{
"businessEntityId": "0194cbfd-5d5d-7388-bb3c-3e2df476eca9",
"name": "HELIO PROJETS",
"type": "LEGAL_UNIT",
"scope": "PRIVATE_TAX_PAYER",
"country": "FR",
"identifierScheme": "0002",
"identifierValue": "007350101",
"countryIdentifier": {
"siren": "007350101"
},
"identifiers": [
{
"businessEntityIdentifierId": "0194cbfd-5d61-774e-9c9f-810ccf54b156",
"type": "LEGAL_IDENTIFIER",
"scheme": "0002",
"value": "007350101",
"networkRegistered": [
{
"directoryId": "0194cc00-9331-7057-a32e-69111f02fbe5",
"networkId": "b00d52d5-40b8-4d71-83f1-1709cf47e812",
"directoryAddress": "0225:007350101",
"networkIdentifier": "DOMESTIC_FR",
"validFrom": "2024-01-01"
}
]
}
]
},
{
"businessEntityId": "0194cbfd-7042-7046-8bab-5f8ae49a0628",
"name": "HELIANTHE",
"type": "LEGAL_UNIT",
"scope": "PRIVATE_TAX_PAYER",
"country": "FR",
"identifierScheme": "0002",
"identifierValue": "351881800",
"countryIdentifier": {
"siren": "351881800"
},
"identifiers": [
{
"businessEntityIdentifierId": "0194cbfd-7043-758a-b9da-bb3a84897d43",
"type": "LEGAL_IDENTIFIER",
"scheme": "0002",
"value": "351881800",
"networkRegistered": [
{
"directoryId": "0194cc00-a52c-7251-8f30-8eafdf1f66ec",
"networkId": "b00d52d5-40b8-4d71-83f1-1709cf47e812",
"directoryAddress": "0225:351881800",
"networkIdentifier": "DOMESTIC_FR",
"validFrom": "2024-01-01"
}
]
}
]
},
{
"businessEntityId": "0194cbff-11d7-777e-bbd5-da801296805b",
"name": "HELOISE",
"type": "OFFICE",
"scope": "PRIMARY",
"country": "FR",
"identifierScheme": "0009",
"identifierValue": "43786239400024",
"countryIdentifier": {
"siren": "437862394",
"siret": "43786239400024"
},
"postalAddress": {
"city": "MONTPELLIER",
"postalCode": "34000",
"addressLine1": "RUE DE GALATA"
},
"legalUnit": {
"businessEntityId": "0194cbfd-9f53-74e3-9907-99c877f7fb0a",
"name": "HELOISE"
},
"identifiers": [
{
"businessEntityIdentifierId": "0194cbff-11d8-753e-b6cf-e1c7d8b0f313",
"type": "OFFICE_IDENTIFIER",
"scheme": "0009",
"value": "43786239400024"
}
]
}
],
"meta": {
"offset": 0,
"limit": 50,
"count": 3
}
}