ON!TRACK UNITE V1.0.24 RELEASE
Release Date: 26.07.2025
Delta for Locations
π New Features
π Location GET List API Enhancements
The following new filters have been added to the Locations GET List API to enable fetching only updated records:
startDate
&endDate
daysSinceLastModified
These filters allow you to define a specific timeframe and retrieve records that were updated during that interval.
β οΈ Note: The selected timeframe must not exceed 90 days.
π Bug Fixes
π οΈ Transfer API Enhancement
- Defect ID:
CST0115890
- Fix Summary:
A new attributecancelledTransferOntrackId
has been introduced in the response of the GET Transfer API.
π Behavior:
- For cancelled transfers,
cancelledTransferOntrackId
will contain theonTrackId
of the previously confirmed transfer. - For non-cancelled transfers, this field will return
null
.