beel_update_invoice_customization
Update a company's invoice customization, including PDF template, accent color, and languages, with changes applying only to invoices issued after the update.
Instructions
Updates how the invoices of a company (NIF) are rendered and delivered: PDF template,
accent colour, invoice language and email language. Only the properties present in the
request body are modified, and the logo is managed through the logo sub-resource.
The change applies to invoices rendered after it and does not alter already issued documents.
Endpoint: PUT /v1/companies/{company_id}/invoice-customization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| company_id | Yes | 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. |