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.