addedInput schema / properties / date_fin_effet
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "New effective end date, ISO YYYY-MM-DD."
+}
addedInput schema / properties / id_instance
Added value: +{
+ "description": "Directory instance ID (idInstance) of the directory line.",
+ "type": "string"
+}
removedInput schema / properties / instance_id
Removed value: -{
- "description": "Instance identifier of the directory line to update (returned by create_directory_line or search_directory_line).",
- "type": "string"
-}
addedInput schema / properties / matricule_plateforme
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "New Approved Platform registration number."
+}
removedInput schema / properties / platform_id
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "New Approved Platform identifier. Use when changing AP (with delete_directory_line on the old one)."
-}
removedInput schema / properties / routing_code
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "New associated routing code."
-}
removedInput schema / properties / technical_address
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "New technical receiving address."
-}
changedInput schema / required
Previous value: -[
- "instance_id"
-]New value: +[
+ "id_instance"
+]