addedInput schema / properties / etat_administratif
Added value: +{
+ "anyOf": [
+ {
+ "enum": [
+ "A",
+ "F"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "New status. Omit to leave unchanged."
+}
addedInput schema / properties / id_instance
Added value: +{
+ "description": "Directory instance ID (idInstance) of the routing code.",
+ "type": "string"
+}
removedInput schema / properties / instance_id
Removed value: -{
- "description": "Instance identifier of the routing code to update. Obtained from create_routing_code or search_routing_code response. Required — there is no lookup by routing_code value directly.",
- "type": "string"
-}
removedInput schema / properties / label
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "New descriptive label for the routing code. Omit to leave the current label unchanged."
-}
addedInput schema / properties / libelle_code_routage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "New label. Omit to leave unchanged."
+}
removedInput schema / properties / routing_code
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "New routing code value (replaces the existing one). Must be unique for the associated SIRET. Omit to leave the current value unchanged."
-}
addedInput schema / properties / type_identifiant_routage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "New 4-digit type code. Omit to leave unchanged."
+}
changedInput schema / required
Previous value: -[
- "instance_id"
-]New value: +[
+ "id_instance"
+]