beel_get_tax_configuration
Retrieves a company's tax configuration: default tax type (IVA, IGIC, IPSI, or OTHER), percentage, exemption reason, IRPF, surcharge, and payment terms.
Instructions
Returns the tax configuration of a company: its default main tax (IVA, IGIC,
IPSI or OTHER) with the default percentage and regime key, the default exemption
reason, its IRPF and equivalence surcharge settings, and the default payment method and
payment term.
The catalogue of tax types this configuration draws from is not company data and lives outside this resource.
Endpoint: GET /v1/companies/{company_id}/tax-configuration
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. |