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}
Accrual fields are now available in databases updated for the new e-Invoice when using GET /supplierinvoice/
We have added support for updating projects via a new PUT /projects/{id} endpoint. This allows clients to modify existing project data, complementing the existing POST and GET functionality.
Added new fields to existing User GET endpoint: mobileno, phoneno, addressname, address1, address2, postalcode, city, country, startdate, languagecode, personalnumber, professionitemid, employmenttypeid, employmentcontractid, userlicenseid, userlicensename, organizationalprojectid.
Added new PUT and POST User endpoints.
A new PUT /accounts/{id} endpoint has been introduced to enable updating existing account information. This completes the existing set of POST and GET endpoints for account management.