In this release the following changes were made :
Modification
The following API were modified:
The following new APIs were added in this release:
- List All Group
Get - /v1/tenants/{tenantUniqueName}/groups - Add a Group
Post -/v1/tenants/{tenantUniqueName}/groups - Modify Group Details
Put - /v1/tenants/{tenantUniqueName}/groups
The following existing APIs were updated:
- Add a driver
- Add a vehicle
- Add a user
- Add drivers in bulk
- Add vehicles in bulk
- Add users in bulk
- Edit a driver
- Edit a vehicle
- Edit a user
- Get vehicle details
- Get list of vehicles
- Get driver details
- Get list of drivers
- Get configurations values
The changes that were incorporated in the existing APIs are:
- Added group object with name and action in request payload In existing APIs(except existing Get APIs).
- In Get configurations values API, added GroupAction Enum in response.
- In get vehicle details, get list of vehicles, get driver details, get list of drivers APIs added subfleet, group parameter with request url.
CURL Command updated for following APIs:
- Add Group
- List All Group
- Edit Group
- Add User
- Add Bulk User
- Edit User
- Add Vehicle
- Add Bulk Vehicle
- Edit Vehicle
- Add Driver
- Add Bulk Driver
- Edit Driver
