Release 2026-01-26
1. Webportal Improvements
The item list on the document details page now displays the quantity type in addition to the quantity value.
2. Extended Document Provisionig Configuration
Document provisioning configurations can now be activated from a defined invoice creation date, allowing more flexible, criteria-based control of document settings.
3. Enhanced API Access Control with Scopes
We’ve introduced improved access control for our APIs using OAuth2 scopes as part of our role-based access control (RBAC) model. API clients now receive tokens aligned with the specific roles and access rights assigned to their account, ensuring clearer and more granular permission handling across all API operations.
For more details, please refer to our documentation:
Existing API credentials and tokens issued at runtime are not affected by this change and will continue to work as before.
To fully benefit from the improved access control model, we strongly recommend creating new API credentials that reflect the principle of least privilege, ensuring each integration has only the access it requires.
Bug Fixes
- Corrected nullable fields definitions in the OpenAPI specification. The specification now consistently reflects which fields may return null.
- Fixed a bug where the OPOS case section disappeared from the document details page after executing an OPOS case decision.