addedInput schema / properties / etat_administratif
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Administrative status filter (etatAdministratif)."
+}
addedInput schema / properties / ignorer
Added value: +{
+ "default": 0,
+ "description": "Number of results to skip for pagination (ignorer).",
+ "minimum": 0,
+ "type": "integer"
+}
removedInput schema / properties / limit
Removed value: -{
- "default": 50,
- "description": "Maximum number of results per page (1-500, default 50).",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
-}
addedInput schema / properties / limite
Added value: +{
+ "default": 50,
+ "description": "Maximum number of results (limite).",
+ "maximum": 500,
+ "minimum": 1,
+ "type": "integer"
+}
removedInput schema / properties / name
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Company name or trade name (partial match accepted). Example: 'Dupont' returns all entities whose name contains 'Dupont'. Use when you know the name but not the SIREN."
-}
addedInput schema / properties / raison_sociale
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Legal/trade name (partial match). Use when the SIREN is unknown."
+}
changedInput schema / properties / siren / description
Previous value: -"Company SIREN number (9 digits, no spaces). Example: '123456789'. Use for an exact lookup; prefer get_company_by_siren when the SIREN is known."New value: +"Exact SIREN (9 digits, no spaces)."
removedInput schema / properties / status
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Registration status of the legal unit in the PPF directory. Active: registered and reachable for e-invoicing. Inactive: deregistered; cannot receive invoices. Pending: registration in progress."
-}
addedInput schema / properties / type_entite
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Entity type filter (typeEntite)."
+}
removedInput schema / properties / updated_after
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Pagination cursor: only return entries updated after this date/time (ISO 8601, e.g. 2024-09-01T00:00:00Z). Use the 'nextUpdatedAfter' field from the previous response to fetch the next page."
-}