invoices
List Invoices
Get a list of invoices
GET
List Invoices
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parámetros de consulta
Page number
Limit
CompanyId
List of building id
Start date
End date
Anterior
Insert or update an invoiceCreates a new invoice record or updates an existing one based on its unique identifier (`id`). This endpoint supports multiple invoice types (e.g. heat, fuel, electricity, wastes, etc.). - If the `id` exists, the record is updated. - If the `id` does not exist, a new record is inserted.
⚠️ **Special rules:** - `emissionFactor` in `lines` is **optional**. - `companySplitOriginalValues` is **optional**. - `wasteType` and `wasteDisposalMethod` are **required only when `type = waste`**.
Siguiente
List Invoices

