Skip to content

Structure "Freight dimensions"

This structure describes the dimensions of the load. It is a part of the "Freight" structure under the name size.

Field description

Name Description Data type Required
mass Load weight, t. Number +
volume Load volume, m3. Number +
length Load length, m. Number +
width Load width, m. Number +
height Load height, m. Number +

Sample

JSON
{
    "mass": 10.00,
    "volume": 10.00,
    "length": 8.00,
    "width": 3.00,
    "height": 3.20
}