/workorderrow/: Add an articleid parameter to the POST and PUT endpoints. This allows you to fetch article-related information for inclusion on the WorkOrderRow.
Fixed a bug in /supplierinvoice/ endpoint causing Internal Server Error
Added a new integer field BudgetRevisionId to the endpoints GET /budget/ and GET /budget/{budget_id}
Added new GET endpoints for Budget Revision: /budget/revision, /budget/revision/{budgetrevision_id}
Fixed an issue where the getReport endpoint used a hardcoded report name, now dynamically fetching it based on the customer's country using the ReportStore.
Added a new boolean field isAlsoCustomer to the endpoints GET /supplier/ and GET /supplier/{supplier_id}