beel_get_invoice_customization
Retrieve invoice rendering and delivery settings for a company by NIF, including PDF template, accent colour, languages, and logo.
Instructions
Returns how the invoices of a company (NIF) 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 | 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. |