beel_get_invoice_customization
Retrieve a company's invoice customization settings, including PDF template, accent colour, invoice language, email language, and logo.
Instructions
Returns how the invoices of a company are rendered and delivered: PDF template, accent colour, invoice language, email language and current logo. Customization is a per-NIF property, so each company of the account carries its own.
The catalogue of available templates and suggested colours is served by
GET /v1/invoice-customization-options.
Endpoint: GET /v1/companies/{company_id}/invoice-customization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | 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. |