ErrorsAll codes

SERIES_DOCUMENT_TYPE_INCOMPATIBLE

Series ''{0}'' (type {1}) is not compatible with invoices of type {2}


Category: Invoices

Example response

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

{
  "type": "https://docs.beel.es/errors/SERIES_DOCUMENT_TYPE_INCOMPATIBLE",
  "title": "SERIES_DOCUMENT_TYPE_INCOMPATIBLE",
  "detail": "Series ''{0}'' (type {1}) is not compatible with invoices of type {2}",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "SERIES_DOCUMENT_TYPE_INCOMPATIBLE",
    "message": "Series ''{0}'' (type {1}) is not compatible with invoices of type {2}",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

Series ''{0}'' (type {1}) is not compatible with invoices of type {2}
La serie ''{0}'' (tipo {1}) no es compatible con facturas de tipo {2}
La sèrie ''{0}'' (tipus {1}) no és compatible amb factures de tipus {2}

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

Tokens like {0} are runtime arguments — the backend fills them with actual values before responding.

Other errors in this category

Keep exploring