ErrorsAll codes

RECTIFICATIVA_TOTAL_CON_LINEAS

Total rectificative invoices must not include lines. Lines are automatically copied from the original invoice with negative amounts.


Category: Invoices

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/RECTIFICATIVA_TOTAL_CON_LINEAS",
  "title": "RECTIFICATIVA_TOTAL_CON_LINEAS",
  "detail": "Total rectificative invoices must not include lines. Lines are automatically copied from the original invoice with negative amounts.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "RECTIFICATIVA_TOTAL_CON_LINEAS",
    "message": "Total rectificative invoices must not include lines. Lines are automatically copied from the original invoice with negative amounts.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

Total rectificative invoices must not include lines. Lines are automatically copied from the original invoice with negative amounts.
Las facturas rectificativas totales no deben incluir líneas. Las líneas se copian automáticamente de la factura original con importes negativos.
Les factures rectificatives totals no han d''incloure línies. Les línies es copien automàticament de la factura original amb imports negatius.

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Other errors in this category

Keep exploring