ON!TRACK UNITE V1.0.8 RELEASE
Release Date: 22.07.2023
Release Highlights
STORAGE ASSETS: Following APIs now support Storage Assets (large assets that are used to store smaller assets within them (such as vans, containers):
-
GET Asset by ID (/assets/{assetId}) - Fetches the details of the given Storage Asset including counts of contained Assets and Quantity Item Allocations.
-
GET List of Assets (/assets) - Includes details of the Storage Assets in the list. It also fetches the contained assets for the provided Storage Asset (parentId).
-
PUT Asset (/assets/{assetId}) - Supports update of a Storage Asset.
-
POST Transfer (/transfers) - Supports transfer of child Assets and Quantity Item Allocations, from and/or to a Storage Asset.
-
GET Transfer by ID (/transfers/{transferId}) - Fetches from and to Storage Asset details for the given transfer.
-
GET List of Transfers (/transfers) - Supports fetching of from and to Storage Asset details for applicable transfers in the list.
Click here to refer to some of the Storage Assets use cases and usage of APIs.
BOXLOCK Partnership page is updated to reflect some interesting integration use cases with ON!Track.
API Endpoints
- Introduced a new API endpoint for fetching Quantity Item Allocations contained within a given Storage Asset Id and/or list of Quantity Item Ids - GET List of Quantity Item Allocations (/quantity-item-allocations).
Other Updates
-
Unite API header size is now optimized to support List API calls (that are required to pass multiple filters/parameters to fetch the data), with the intention to resolve the "Header size too long" errors that were reported for these APIs.
-
Get List of Geolocations now supports a new type of serviceProviderCode called "van".
-
"Data configuration and editing" section is now renamed to be called as "Integration, authentication and editing" to clearly indicate the intention of the section on the Guides page of the Developer Hub. It is also moved to the top of all the guides to make it easily accessible to users.