June 2nd, 2025 by ReadMe API
- /supplier/: When creating a new supplier, supplierno is no longer required.
- Added field for VAT invoice handling (True/False) in the endpoint GET /customerinvoice/.
- Add endpoint /supplierinvoice/ to POST new Supplier Invoices to e-Invoice
May 13th, 2025 by ReadMe API
- Add endpoint /customer/{customer_id}/contact/ to POST new contact for a customer
- Add endpoint /supplier/{supplier_id}/contact/ to POST new contact for a supplier
- New enpoint: /project/template/ POST
May 7th, 2025 by ReadMe API
- Fixed a bug in the endpoint /supplierinvoice/{supplierinvoice_id}/accounting/
- /customerinvoice/: Add fields orderno and contractno.
- Added /customer/contact/{customercontact_id} to PUT existing customer contact
- Added /supplier/contact/{suppliercontact_id} to PUT existing supplier contact
April 25th, 2025 by ReadMe API
- This release only contains internal changes
April 24th, 2025 by ReadMe API
- This release only contains internal changes
April 24th, 2025 by ReadMe API
- 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.
March 12th, 2025 by ReadMe API
- Added GET and PUT endpoints necessary for Payoff export
March 3rd, 2025 by ReadMe API
- This release only contains internal changes
January 14th, 2025 by ReadMe API
- /supplierinvoice/: Added field; ocr.
January 9th, 2025 by ReadMe API
- This release only contains internal changes