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 / Email / example
Removed value: -"user@example.com"
removedInput schema / $defs / IBAN / example
Removed value: -"ES1234567890123456789012"
removedInput schema / $defs / NIF / example
Removed value: -"12345678A"
addedInput schema / $defs / PatchCustomerRequest / additionalProperties
Added value: +false
removedInput schema / $defs / PatchCustomerRequest / properties / phone / allOf
Removed value: -[
- {
- "$ref": "#/$defs/Phone"
- }
-]
addedInput schema / $defs / PatchCustomerRequest / properties / phone / anyOf
Added value: +[
+ {
+ "allOf": [
+ {
+ "$ref": "#/$defs/Phone"
+ }
+ ],
+ "description": "Phone number. Send `null` to clear it."
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / $defs / PatchCustomerRequest / properties / phone / description
Removed value: -"Phone number. Send `null` to clear it."
addedInput schema / $defs / PaymentInfo / additionalProperties
Added value: +false
removedInput schema / $defs / PaymentInfo / properties / payment_term_days / example
Removed value: -30
removedInput schema / $defs / PaymentMethod / example
Removed value: -"BANK_TRANSFER"
removedInput schema / $defs / Phone / example
Removed value: -"+34 612 345 678"
removedInput schema / $defs / SWIFT / example
Removed value: -"ABCDESMMXXX"
removedInput schema / $defs / UUID / example
Removed value: -"550e8400-e29b-41d4-a716-446655440000"
addedInput schema / additionalProperties
Added value: +false
changedInput schema / properties / company_id / description
Previous value: -"NIF (company) the operation acts on. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A NIF you do not reach answers `403`, and so does a NIF that does not exist, so the existence of a NIF in another account is never disclosed."New value: +"Unique identifier (UUID) of the company the operation acts on — its identifier, not its NIF. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A company you do not reach answers `403`, and so does a company that does not exist, so the existence of a company in another account is never disclosed."