beel_list_invoice_customization_options
Lists every available invoice PDF template option, providing the template_type code and localized name/description. Use it to choose the right template code when customizing an invoice.
Instructions
Returns the PDF templates a NIF can be rendered with. For each one, the code to send as
template_type in PUT /v1/companies/{company_id}/invoice-customization, plus a name and
a short description translated into the language of the user the credential belongs to.
The accepted values are already in the template_type enum; what this operation adds are
the readable labels, so you do not have to show MODERN_TABLE to a person. The catalogue
is identical for every account and every NIF, so it is not nested under one.
Closed catalogue. This collection is fixed and bounded: it carries no pagination, it
takes no page/limit, and every response holds the whole set.
Endpoint: GET /v1/invoice-customization-options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||