API Use Case Examples
SOLAS VGM
BoxTech allows shippers, carriers, terminals, depots, and other supply chain participants to instantly obtain technical information about containers, such as tare weight, size/type and maximum gross mass. BoxTech means a one-stop-shop to obtain container tare weights for use in Method 2 SOLAS VGM calculations.
To obtain the tare weight for a given containers you would use the GET method below to retrieve the container detail and would look for the tare_kg
in the response, you can now use this in your SOLAS VGM method 2 calculations
Terminal Process
BoxTech allows shippers, carriers, terminals, depots, and other supply chain participants to instantly obtain technical information about containers, such as tare weight, size/type and maximum gross mass.
BoxTech means a one-stop-shop to obtain container max weights for your automated safety checks within a terminal.
For safety you may want to obtain the max weight for a given container to cross check the weight of a container on arrival at the port or terminal.
To obtain the tare weight for a given containers you would use the GET method below to retrieve the container detail and would look for the max_payload_kg
or for the loading process the max_gross_mass_kg
in the response
Query the API
GET Container Detail
GET
https://app.bic-boxtech.org/api/v2.0/container/:container
Find the technical Details for a given container number
Path Parameters
Name | Type | Description |
---|---|---|
container* | string | Container Number i.e. GLDU5334260 |
Retrieve the Tare Weight from Response
Look for the `tare_kg` in the json response, you can now use this value in your SOLAS VGM method 2 calculations.
Last updated