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
massFrom Load weight from, t. Number +
massTo Load weight to, t. Number +
volumeFrom Load volume from, m3. Number +
volumeTo Load volume to, m3. Number +
length Load length, m. Number +
width Load width, m. Number +
height Load height, m. Number +

Sample

JSON
{
    "massFrom": 10.00,
    "massTo": 15.00,
    "volumeFrom": 10.00,
    "volumeTo": 50.00,
    "length": 8.00,
    "width": 3.00,
    "height": 3.20
}