Skip to main content

5.15 Release Notes

Written by Arthur Ashdown

pending release

Share driver-captured photos directly with your clients!

Enable attachments for widget

Enhance your customer service with our latest update! Now, you can share driver-captured photos directly with your clients via the tracking widget, providing proof of delivery, supporting claims process, and ensuring the quality of delivered goods.

View new tracking widget documentation

Vehicle Types in APIv6

In 5.15 we will release Vehicle Types support within APIv6

GET list of vehicles with specific vehicle types by using the following expand parameter. https://YOURACCOUNT.maxoptra.net/api/v6/vehicles?expand=VEHICLE_TYPE

        "vehicleTypeReference": "testreference"

Create and update vehicles with POST, PUT, PATCH with vehicletypeReference. https://YOURACCOUNT.maxoptra.net/api/v6/vehicles

  "vehicleTypeReference": "testreference",

To find out your vehicle type references, check your account settings > Vehicle types

View vehicle type reference

Other improvements and fixes

  • Increased days for notification to send 'order details sent' templatefrom 14 days to 6 months for future orders

  • Ability to set order item fields in driver app as mandatory when adding new item. Options are; name, barcode, height, width, length, volume, weight, type. Requires Android and iOS 5.7.0

  • Ability to hide order item fields in driver app when adding new item. Options are; height, width, length, volume, weight. Requires Android and iOS 5.7.0

  • New field available for order items "Type" that can be set as a drop down in the item form when driver adds item.

    View vehicle type reference
Did this answer your question?