addedInput schema / properties / etat_administratif
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "'A' (active) or 'F' (closed)."
+}
addedInput schema / properties / identifiant_routage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Exact routing-code identifier (identifiantRoutage)."
+}
addedInput schema / properties / ignorer
Added value: +{
+ "default": 0,
+ "description": "Number of results to skip for pagination (ignorer).",
+ "minimum": 0,
+ "type": "integer"
+}
addedInput schema / properties / libelle_code_routage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Routing code label (partial match)."
+}
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 / routing_code
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Exact routing code value to look up (e.g. 'ACCOUNTS-DEPT', 'REGION-WEST'). Use to verify a routing code exists before referencing it in an invoice."
-}
removedInput schema / properties / siren
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Company SIREN (9 digits). Returns routing codes for all establishments under this company."
-}
changedInput schema / properties / siret / description
Previous value: -"Establishment SIRET (14 digits). Returns all routing codes associated with this establishment. Most common filter: use when building a directory line for a specific SIRET."New value: +"Establishment SIRET (14 digits)."