addedInput schema / properties / confirmation_token
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Confirmation token from a previous call. Omit on the first call."
+}
addedInput schema / properties / date_debut_effet
Added value: +{
+ "description": "Effective start date, ISO YYYY-MM-DD (dateDebutEffet).",
+ "type": "string"
+}
addedInput schema / properties / date_fin_effet
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Effective end date, ISO YYYY-MM-DD, if known."
+}
addedInput schema / properties / identifiant_routage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Routing-code identifier to refine the address."
+}
addedInput schema / properties / matricule_plateforme
Added value: +{
+ "description": "4-digit Approved Platform registration number receiving the invoices.",
+ "type": "string"
+}
removedInput schema / properties / platform_id
Removed value: -{
- "description": "Identifier of the Approved Platform that will receive the invoices (provided by your AP upon registration).",
- "type": "string"
-}
removedInput schema / properties / routing_code
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Routing code to refine the receiving address (must exist via create_routing_code)."
-}
changedInput schema / properties / siren / description
Previous value: -"SIREN of the taxable entity (9 digits) creating this receiving address."New value: +"SIREN of the taxable entity creating this receiving address."
changedInput schema / properties / siret / description
Previous value: -"Specific establishment SIRET (14 digits). If absent, the line applies to all establishments under the SIREN."New value: +"Specific establishment SIRET. If absent, applies to the whole SIREN."
addedInput schema / properties / suffixe_adressage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Addressing suffix (suffixeAdressage)."
+}
removedInput schema / properties / technical_address
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "AP-specific technical receiving address (endpoint, mailbox, etc.). Format defined by the Approved Platform."
-}
changedInput schema / required
Previous value: -[
- "siren",
- "platform_id"
-]New value: +[
+ "siren",
+ "matricule_plateforme",
+ "date_debut_effet"
+]