Object: loads

Col­lec­tion of freight loads

Object Fields
AttributeTypeExam­pleManda­to­ryDescrip­tion
amountFloat1NoAmount of load types with­in giv­en load
cleaning_regimeString“c”NoClean­ing regime (see dic­tio­nary).
Avail­able only for dump-truckaluminumsteel truck body.
descrip­tionStringbot­tlesNoLoad descrip­tion
heightFloat3.1NoLoad height (range 0.01–10)
idInt3825477Only responseLoad id, which should help iden­ti­fy loads des­ig­nat­ed to freight
idtfString30720NoIDTF code cor­re­lat­ed with cleaning_regime field.
Avail­able only for dump-truckaluminumsteel truck body.
is_exchangeableBooleanTrueNoDeter­mines if type of load is avail­able for exchange at unload­ing place
is_stackableBooleanFalseNoSpec­i­fies whether the type of load allows stack­ing
lengthFloat12NoLoad length (range 0.01–100)
load_idString3825477NoLoad id, which should help iden­ti­fy loads des­ig­nat­ed to freight
nameStringGlass loadYesName of a load
type_of_loadStringeuropal­leteYesSup­port­ed load type (see dic­tio­nary)
vol­umeFloat125NoLoad vol­ume (range 0.01–10000)
weightFloat11NoLoad weight (range 0.001 – 100000)
widthFloat2.8NoLoad width (range 0.01–10)
Example Object Body
"loads": [ {
      "type_of_load": "europalette",
      "name": "Glass load",
      "load_id": "5ff7201734799",
      "description":"bottles",
      "weight":11,
      "height":3.1,
      "width":2.8,
      "length":12,
      "volume":125,
      "amount":1,
      "is_exchangeable": true,
      "is_stackable": false,
      "id": 3825477,
      "idtf": "30720",
      "cleaning_regime": "c"
    }]