changedInput schema / $defs / AccessLevel / description
Previous value: -"How much access an actor has to an account or a company (NIF). The same three values are used everywhere access is granted or reported — whether the actor is a member of the account or a provisioner managing it on someone's behalf.\n\n`NONE` — no access to the data.\n`VIEW` — read invoices, customers, products, series and fiscal data.\n`OPERATE` — everything in `VIEW`, plus creating and editing them. Issuing invoices for an account you manage additionally requires a signed fiscal representation from the account holder (see `/v1/accounts/{account_id}/companies/{company_id}/representation`).\n\nAccess level never affects billing: whoever provisioned an account pays for its subscription regardless of the level they keep over it."New value: +"How much access an actor has to an account or a company. The same three values are used everywhere access is granted or reported — whether the actor is a member of the account or a provisioner managing it on someone's behalf.\n\n`NONE` — no access to the data.\n`VIEW` — read invoices, customers, products, series and fiscal data.\n`OPERATE` — everything in `VIEW`, plus creating and editing them. Issuing invoices for an account you manage additionally requires a signed fiscal representation from the account holder (see `/v1/accounts/{account_id}/companies/{company_id}/representation`).\n\nAccess level never affects billing: whoever provisioned an account pays for its subscription regardless of the level they keep over it."
addedInput schema / $defs / Address / additionalProperties
Added value: +false
removedInput schema / $defs / Address / properties / city / example
Removed value: -"Madrid"
removedInput schema / $defs / Address / properties / country / example
Removed value: -"España"
removedInput schema / $defs / Address / properties / country_code / example
Removed value: -"ES"
removedInput schema / $defs / Address / properties / door / example
Removed value: -"A"
removedInput schema / $defs / Address / properties / floor / example
Removed value: -"2º A"
removedInput schema / $defs / Address / properties / number / example
Removed value: -"123"
removedInput schema / $defs / Address / properties / postal_code / example
Removed value: -"28001"
removedInput schema / $defs / Address / properties / province / example
Removed value: -"Madrid"
removedInput schema / $defs / Address / properties / street / example
Removed value: -"Calle Mayor, 123"
removedInput schema / $defs / EntityType / example
Removed value: -"INDIVIDUAL"
removedInput schema / $defs / Language / example
Removed value: -"es"
addedInput schema / $defs / LegalRepresentative / additionalProperties
Added value: +false
removedInput schema / $defs / LegalRepresentative / properties / full_name / example
Removed value: -"María García López"
removedInput schema / $defs / LegalRepresentative / properties / nif / example
Removed value: -"12345678A"
addedInput schema / $defs / ProvisionAccountRequest / additionalProperties
Added value: +false
changedInput schema / $defs / ProvisionAccountRequest / properties / tax_profile / description
Previous value: -"Optional fiscal identity. When present, the account is created **ready to invoice** in one call: its NIF profile, a default invoice series and VeriFactu config are set up atomically, and the response returns `company_id` (the value for the `BeeL-Active-Company` header when issuing invoices). Omit it to create an empty account the holder completes on claim. **Required when `access_level` is `OPERATE`** (issuing on their behalf needs a NIF) — else `422`."New value: +"Optional fiscal identity. When present, the account is created **ready to invoice** in one call: its company record, a default invoice series and VeriFactu config are set up atomically, and the response returns `company_id` (the value for the `BeeL-Active-Company` header when issuing invoices). Omit it to create an empty account the holder completes on claim. **Required when `access_level` is `OPERATE`** (issuing on their behalf needs a NIF) — else `422`."
addedInput schema / $defs / ProvisionTaxProfile / additionalProperties
Added value: +false
removedInput schema / $defs / RegimeKey / example
Removed value: -"01"
addedInput schema / $defs / TaxInfo / additionalProperties
Added value: +false
removedInput schema / $defs / TaxInfo / example
Removed value: -{
- "percentage": 21,
- "regime_key": "01",
- "type": "IVA"
-}
removedInput schema / $defs / TaxInfo / properties / percentage / example
Removed value: -21
removedInput schema / $defs / TaxType / example
Removed value: -"IVA"
addedInput schema / additionalProperties
Added value: +false