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.\
/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.
/workorderrow/: Add an articleid parameter to the POST and PUT endpoints. This allows you to fetch article-related information for inclusion on the WorkOrderRow.
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}