Version 1.5.42
11 days ago 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.\