November 4th, 2025 by ReadMe API
- /workorderrow/: Fixed problem where the fields codeno and accountno didn't allow an empty string as value.
October 24th, 2025 by ReadMe API
- /workorderrow/: Make fields codeno and accountno optional.
/workorderrow/: Introduced a validation step, either the articleid parameter OR codeno and accountno must be provided.
- /customerinvoice/[customerinvoice_id]/propertyowner/: Added fields amountused and amountusedother to the GET endpoint.
- /project/: Add field projectno to PUT endpoint
- Clarified documentation regarding nullable fields on PUT endpoints.
- Added endpoints to store integrator information and contact information.
- /feed.xml: Removed endpoint
- /budget/: Changed descriptions of budgetamount, initialbudget, reallocatedamount
BREAKING CHANGE
/budget/: Removed field budgetamount from the POST endpoint.
October 2nd, 2025 by ReadMe API
- /supplierinvoice/: Increase field length of the fields projectno and accountingprojectno to a max of 50 characters.
- /customer/: Updated description of field constructioncompany
/supplier/: Updated description of field constructioncompany
- Added endpoints: /types/fueltype/
Added endpoints: /types/measuringmethodtype/
Added endpoints: /types/transportationtype/
Added endpoints: /workorder/despatch/
- Added GET /resources/ to retrieve all resources.\
Added GET /resources/{resource_id} to retrieve a single resource.
Added POST /resources/ to create a new resource.
Added PUT /resources/{resource_id} to update an existing resource.
Added GET /resources/fuel/{resource_id} to retrieve fuels for a specific resource.
Added POST /resources/fuel to add a new fuel to a resource.
Added PUT /resources/fuel/{resourcefuel_id} to update an existing resource fuel.
Added GET /resources/article/{resource_id} to retrieve articles for a specific resource.
Added GET _/type/environmentalclass to retrieve all environmental classes.
Added GET /type/environmentalclass/{environmentalclass_id} to retrieve a single environmental class.
Added GET /resources/article/{resource_id} to retrieve articles for a specific resource.\
September 23rd, 2025 by ReadMe API
- /user/: Added field nextvehicleactive
- /project/: Lengthened projectno field to a maximum of 19 characters
- Added GET /deliverynote/ to retrieve delivery notes.
- Added GET /forecast/ to retrieve all forecasts.
Added GET /forecast/{forecast_id} to retrieve a specific forecast by ID.
Added GET /forecastrow/{forecast_id} to retrieve all forecast rows for a given forecast.
September 16th, 2025 by ReadMe API
- /workorderrow/: Add an articleid parameter to the POST and PUT endpoints. This allows you to fetch article-related information for inclusion on the WorkOrderRow.
- /voucher/row/{id}: Added DELETE endpoint.
September 10th, 2025 by ReadMe API
- Fix to prevent PUT-queries to include unwanted field default values.
- Added Journal endpoints.
September 1st, 2025 by ReadMe API
- Implemented performance improvements.
August 27th, 2025 by ReadMe API
- /customerinvoice/{id}/pdf/: Added an option to include or not images in the generated PDF.
- /user/: Added the alias field.
- /bookedhours/: Added field internalcomment
- Added new PUT endpoint /bookedhours/{bookedhours_id}
- Added GET /procurement/ to retrieve all procurement records.
- Added POST /procurement/ to create a new procurement entry.
- Added GET /procurement/{procurement_id} to retrieve a specific procurement by ID.
- Added GET /procurementrow/ to retrieve all procurement rows.
- Added POST /procurementrow/ to create a new procurement row.
- Added GET /procurementrow/{procurementrow_id} to retrieve a specific procurement row by ID.
- Added PUT /procurementrow/{procurementrow_id} to update a specific procurement row.
- Add endpoints for pricelists and articles.
- Added new GET endpoint: /customerinvoice/{customerinvoice_id}/taxreductions/
July 15th, 2025 by ReadMe API
- 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}
June 12th, 2025 by ReadMe API
- 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}