Version 1.1.24
Release Date: 2025-02-13
New Features
- POST /leads/potential
- Introducing new properties
lead_product_idandlead_product_nameto specify the chosen product.
- Introducing new properties
- POST /vehicles/ev-consumption
- Retrieve Electric Vehicles' estimated battery consumptions for up to 100 vehicles per request within your fleet, at the start and end of a given period with a maximum time range of 24 hours.
- The values are estimated based on energy consumption and distance traveled.
- Rate limit: 10 requests per minute.
- POST /vehicles/soc
- Retrieve Multiple Electric Vehicles' state of charge (SoC) events for up to 100 vehicles per request within your fleet, at the start and end of a given period with a maximum time range of 24 hours.
- Rate limit: 10 requests per minute.
- POST /vehicles/range
- Retrieve Multiple Electric Vehicles' remaining range for up to 100 vehicles per request within your fleet, at the start and end of a given period with a maximum time range of 24 hours.
- Rate limit: 10 requests per minute.
- POST /delivery/jobs
- Create a Delivery Job with new properties to ease the integration effort, avoiding reliance on
driver_id.
- Create a Delivery Job with new properties to ease the integration effort, avoiding reliance on
- PUT /delivery/jobs/{jobId}
- Update a Delivery Job with new properties to ease the integration effort, avoiding reliance on
driver_id.
- Update a Delivery Job with new properties to ease the integration effort, avoiding reliance on
- POST /delivery/jobs/assign/{driver}
- Reassign Jobs to a Delivery Driver with new properties to ease the integration effort, avoiding reliance on
driver_id.
- Reassign Jobs to a Delivery Driver with new properties to ease the integration effort, avoiding reliance on
Improvements
- Trips API (GET /trips, GET /trips/{registration})
- Additional information for private trips is now available, including
vehicle_idandchassis_number. - Added the driver’s surname to the API response for non-private trips (new property:
driver_surname).
- Additional information for private trips is now available, including
- GET /vehicles/events
- Performance improvements to enhance query performance.
Bug Fixes
- GET /alerts/notifications
- Fixed a bug affecting specific users from version 1.1.21.