Skip to main content

Version 1.1.24

Release Date: 2025-02-13

New Features

  • POST /leads/potential
    • Introducing new properties lead_product_id and lead_product_name to specify the chosen product.
  • 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.
  • PUT /delivery/jobs/{jobId}
    • Update a Delivery Job with new properties to ease the integration effort, avoiding reliance on driver_id.
  • POST /delivery/jobs/assign/{driver}
    • Reassign Jobs to a Delivery Driver with new properties to ease the integration effort, avoiding reliance on driver_id.

Improvements

  • Trips API (GET /trips, GET /trips/{registration})
    • Additional information for private trips is now available, including vehicle_id and chassis_number.
    • Added the driver’s surname to the API response for non-private trips (new property: driver_surname).
  • 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.