Version 1.5.45
November 19th, 2025 by ReadMe API
- /workorderrow/: Added field supplierinvoiceref to endpoints
- /project/{project_id}/overview/: Added fields periodinvoiceable and invoiceablerunning to the GET endpoint.
- /budget/: It is now possible to create revenue budgets. The field accountiscost has been added to the POST endpoint.
/budget/: Several fields fixed for endpoints. - Added GET /deviation/ to retrieve all deviations.
Added POST /deviation/ to create a new deviation.
Added GET /deviation/{deviation_id} to retrieve a specific deviation by ID.
Added PUT /deviation/{deviation_id} to update an existing deviation.
Added GET /deviation/{deviation_id}/communication to retrieve all communications for a specific deviation.
Added POST /deviation/communication to add a new deviation communication.
Added PUT /deviation/communication/{communication_id} to update an existing deviation communication.
Added GET /deviation/{deviation_id}/document to retrieve all documents linked to a specific deviation.
Added GET /deviation/documents/{document_id} to retrieve a specific deviation document by ID.
Added GET /type/deviationtype/ to retrieve all deviation types.
Added GET /type/deviationtype/{deviationtype_id} to retrieve a specific deviation type by ID.
Added GET /type/classificationtype/ to retrieve all classification types.
Added GET /type/classificationtype/{classificationtype_id} to retrieve a specific classification type by ID.
Added GET /type/timeextensiontype/ to retrieve all time extension types.
Added GET /type/timeextensiontype/{timeextensiontype_id} to retrieve a specific time extension type by ID.
