ON!TRACK UNITE V1.0.14 RELEASE
Release Date: 24.02.2024
Features
- User Activation/Deactivation API : Existing PUT Employees API (/workers/{{workerId}}) is modified to enable the functionality of converting a worker to user and vice versa.
- Following three new attributes when specified can convert a worker to user.
- "isUser": true, # to enable user access
- "roleId": {integer value},
- "email": "user@unite.com"
- "isUser": false, # to disable user access
- Following three new attributes when specified can convert a worker to user.
- Delete Locations API : New Delete endpoint for locations is introduced to enable the functionality to delete any location via Unite API.
- DELETE: /locations/{{locationID}}
Bug fixing
- CST0090551 - Mismatch in API behavior and spec for Asset Model Number field - has been fixed by increasing the char field length.