Vehicle fleet description

Descrip­tion of avail­able fields and its val­ues in vehi­cle object with manda­to­ry fields marked.

Lorry

FieldExam­pleTypeIs requiredDescrip­tion
coun­tryplStringYesCoun­try ISO val­ue
kindlor­ryStringYesVehi­cle kind
man­u­fac­tur­erRoburStringNoMan­u­fac­tur­er
mod­elUL1938StringNoMod­el
registration_plate_numberPl0101010StringYesNum­ber plates
spec­i­fi­ca­tions {}ObjectNoVehi­cle spec­i­fi­ca­tion
specifications.adr_classesadr_1ArrayNoAllowed ADR class­es
specifications.axle_amount4IntNoAxle amount (range 2–6)
specifications.cargo_space_capacity24FloatNoCar­go space capac­i­ty (range 0.001–99.9)
specifications.cargo_space_height2.05FloatNoCar­go space height (range 0.01–10)
specifications.cargo_space_length5FloatNoCar­go space length (range 0.01–100)
specifications.cargo_space_volume21FloatNoCar­go space vol­ume (range 0.01–10000)
specifications.cargo_space_width2.05FloatNoCar­go space width (range 0.01–10)
specification.combustion_level25FloatNoCom­bus­tion lev­el (range 0–99.9)
specifications.combustion_normEURO 6StringNoCom­bus­tion norm
specifications.engine_capacity1900IntNoEngine capac­i­ty (range 0–99999)
specifications.equipmentsgps, liftArrayNoAllowed addi­tion­al equip­ment
specifications.fuel_typedieselStringNoFuel type (Allowed val­ues: petrol, diesel, diesel_without_oil, hydro­gen compressed_natural_gas, liquefied_natural_gas, liquefied_gas)
specifications.palletsObjectNoPalettes type and amount
specifications.pallets.amount5IntNoAmount of allowed palettes (0–50)
specifications.pallets.typeeuropaletteStringNoAllowed pal­lette types (europalette or palette)
specifications.permissable_axle_load5FloatNoPer­miss­able axle load (range 0.1–25)
specifications.permissable_total_weight20IntNoPer­miss­able total weight (range 0–99000)
specifications.permissable_trailer_weight15IntNoPer­mis­able trail­er weight (range 0–99000 — must be less than permissable_total_weight)
specifications.vehicle_height3FloatNoVehi­cle height (range 0.01–10)
specifications.vehicle_length6FloatNoVehi­cle length (range 0.01–100)
specifications.vehicle_width4FloatNoVehi­cle width (range 0.01–10)
specifications.ways_of_loadingtop, sideArrayNoAvail­able ways of load­ing
specifications.year_of_production2018IntNoYear of pro­duc­tion
typetankerStringNoVehi­cle type (allowed val­ues for lor­ry: cool­er, tanker, tent, oth­er, box, dump-truck)
sub­typeoth­erStringNoSub­type
Allowed val­ues for:
  • oth­er — plat­form-trail­er, car-trans­porter, oth­er, hook-truck, low-loade,
  • cool­er — cool­er, isotherm, meathang­ing,
  • tanker — food-tanker, petro­le­um-tanker, chem­i­cal-tanker, gas-tanker, silos, tanker
  • tent — stan­dard-tent, cur­tain­sid­er, mega,
  • box — open-box, box,
  • dump-truck — dump-truck, walk­ing-floor
vin234ggjhk342342k234StringNoVehi­cle VIN num­ber

Lorry Json example

{
  "country": "pl",
  "kind": "lorry",
  "manufacturer": "FIAT",
  "model": "DOBLO",
  "registration_plate_number": "Pl0101010",
  "specifications": {
    "adr_classes": [
      "adr_1",
      "adr_1_2"
    ],
    "axle_amount": 4,
    "cargo_space_capacity": 24,
    "cargo_space_height": 2.05,
    "cargo_space_length": 5,
    "cargo_space_volume": 21,
    "cargo_space_width": 2.05,
    "combustion_level": 25,
    "combustion_norm": "EURO 6",
    "engine_capacity": 1900,
    "equipments": [
      "gps",
      "lift"
    ],
    "fuel_type": "diesel",
    "pallets": {
      "amount": 5,
      "type": "europalette"
    },
    "permissible_axle_load": 5,
    "permissible_total_weight": 20,
    "permissible_trailer_weight": 15,
    "vehicle_height": 3,
    "vehicle_length": 6,
    "vehicle_width": 4,
    "ways_of_loading": [
      "top",
      "side"
    ],
    "year_of_production": 2018
  },
  "subtype": "other",
  "type": "tanker",
  "vin": "12345678910111213"
}

Tractor

FieldExam­pleTypeIs requiredDescrip­tion
coun­tryplStringYesCoun­try ISO val­ue
kindtrac­torStringYesVehi­cle kind
man­u­fac­tur­erRoburStringNoMan­u­fac­tur­er
mod­elUL1938StringNoMod­el
registration_plate_numberPl0101011StringYesNum­ber plates
spec­i­fi­ca­tions {}ObjectNoVehi­cle spec­i­fi­ca­tion
specifications.axle_amount4IntNoAxle amount (range 2–6)
specification.combustion_level25FloatNoCom­bus­tion lev­el (range 0–99.9)
specifications.combustion_normEURO 6StringNoCom­bus­tion norm
specifications.engine_capacity1900IntNoEngine capac­i­ty (range 0–99999)
specifications.fuel_typedieselStringNoFuel type (Allowed val­ues: petrol, diesel, diesel_without_oil, hydro­gen compressed_natural_gas, liquefied_natural_gas, liquefied_gas)
specifications.permissable_axle_load5FloatNoPer­miss­able axle load (range 0.1–25)
specifications.permissable_total_weight20IntNoPer­miss­able total weight (range 0–99000)
specifications.permissable_trailer_weight15IntNoPer­mis­able trail­er weight (range 0–99000 — must be less than permissable_total_weight)
specifications.vehicle_height6FloatNoVehi­cle height (range 0.01–10)
specifications.vehicle_length6FloatNoVehi­cle length (range 0.01–100)
specifications.vehicle_width4FloatNoVehi­cle width (range 0.01–10)
specifications.year_of_production1984IntNoYear of pro­duc­tion
vin234ggjhk342342k234StringNoVehi­cle VIN num­ber

Tractor Json example

{
  "country": "pl",
  "kind": "tractor",
  "manufacturer": "FIAT",
  "model": "DOBLO",
  "registration_plate_number": "Pl0101011",
  "specifications": {
    "axle_amount": 4,
    "combustion_level": 25,
    "combustion_norm": "EURO 6",
    "engine_capacity": 1900,
    "fuel_type": "diesel",
    "permissible_axle_load": 5,
    "permissible_total_weight": 20,
    "permissible_trailer_weight": 15,
    "vehicle_height": 3,
    "vehicle_length": 6,
    "vehicle_width": 4,
    "year_of_production": 2018
  },
  "vin": "12345678910111214"
}

Bus/van

FieldExam­pleTypeIs requiredDescrip­tion
coun­tryplStringYesCoun­try ISO val­ue
kindbus/vanStringYesVehi­cle kind
man­u­fac­tur­erRoburStringNoMan­u­fac­tur­er
mod­elUL1938StringNoMod­el
registration_plate_numberPl0101013StringYesNum­ber plates
spec­i­fi­ca­tions {}ObjectNoVehi­cle spec­i­fi­ca­tion
specifications.adr_classesadr_1ArrayNoAllowed ADR class­es
specifications.axle_amount4IntNoAxle amount (range 2–6)
specifications.cargo_space_capacity24FloatNoCar­go space capac­i­ty (range 0.001–99.9)
specifications.cargo_space_height2.05FloatNoCar­go space height (range 0.01–10)
specifications.cargo_space_length5FloatNoCar­go space length (range 0.01–100)
specifications.cargo_space_volume21FloatNoCar­go space vol­ume (range 0.01–10000)
specifications.cargo_space_width2FloatNoCar­go space width (range 0.01–10)
specification.combustion_level25FloatNoCom­bus­tion lev­el (range 0–99.9)
specifications.combustion_normEURO 6StringNoCom­bus­tion norm
specifications.engine_capacity1900IntNoEngine capac­i­ty (range 0–99999)
specifications.equipmentsgps, liftArrayNoAllowed addi­tion­al equip­ment
specifications.fuel_typedieselStringNoFuel type (Allowed val­ues: petrol, diesel, diesel_without_oil, hydro­gen compressed_natural_gas, liquefied_natural_gas, liquefied_gas)
specifications.palletsObjectNoPalettes type and amount
specifications.pallets.amount5IntNoAmount of allowed palettes (0–50)
specifications.pallets.typeeuropaletteStringNoAllowed pal­lette types (europalette or palette)
specifications.permissable_axle_load5FloatNoPer­miss­able axle load (range 0.1–25)
specifications.permissable_total_weight20IntNoPer­miss­able total weight (range 0–99000)
specifications.permissable_trailer_weight15IntNoPer­mis­able trail­er weight (range 0–99000 — must be less than permissable_total_weight)
specifications.vehicle_height6FloatNoVehi­cle height (range 0.01–10)
specifications.vehicle_length6FloatNoVehi­cle length (range 0.01–100)
specifications.vehicle_width4FloatNoVehi­cle width (range 0.01–10)
specifications.ways_of_loadingtopArrayNoAvail­able ways of load­ing
specifications.year_of_production2018IntNoYear of pro­duc­tion
typetankerStringNoVehi­cle type (allowed val­ues for bus/van: cool­er, tanker, tent, oth­er, box, dump-truck)
vin234ggjhk342342k234StringNoVehi­cle VIN num­ber

Bus/van Json example

{
  "country": "pl",
  "kind": "bus/van",
  "manufacturer": "FIAT",
  "model": "DOBLO",
  "registration_plate_number": "Pl0101013",
  "specifications": {
    "adr_classes": [
      "adr_1",
      "adr_1_2"
    ],
    "axle_amount": 4,
    "cargo_space_capacity": 24,
    "cargo_space_height": 2.05,
    "cargo_space_length": 5,
    "cargo_space_volume": 21,
    "cargo_space_width": 2.05,
    "combustion_level": 25,
    "combustion_norm": "EURO 6",
    "engine_capacity": 1900,
    "equipments": [
      "gps",
      "lift"
    ],
    "fuel_type": "diesel",
    "pallets": {
      "amount": 5,
      "type": "europalette"
    },
    "permissible_axle_load": 5,
    "permissible_total_weight": 20,
    "permissible_trailer_weight": 15,
    "vehicle_height": 3,
    "vehicle_length": 6,
    "vehicle_width": 4,
    "ways_of_loading": [
      "top"
    ],
    "year_of_production": 2018
  },
  "type": "tanker",
  "vin": "12345678910111216"
}

Semi-trailer, trailer

FieldExam­pleTypeIs requiredDescrip­tion
coun­tryplStringYesCoun­try ISO val­ue
kindsemi-trail­erStringYesVehi­cle kind
man­u­fac­tur­erRoburStringNoMan­u­fac­tur­er
mod­elUL1938StringNoMod­el
registration_plate_numberDB 7856StringYesNum­ber plates
spec­i­fi­ca­tions {}ObjectNoVehi­cle spec­i­fi­ca­tion
specifications.adr_classesadr_1ArrayNoAllowed ADR class­es
specifications.axle_amount4IntNoAxle amount (range 2–6)
specifications.cargo_space_capacity24FloatNoCar­go space capac­i­ty (range 0.001–99.9)
specifications.cargo_space_height2.05FloatNoCar­go space height (range 0.01–10)
specifications.cargo_space_length5FloatNoCar­go space length (range 0.01–100)
specifications.cargo_space_volume21FloatNoCar­go space vol­ume (range 0.01–10000)
specifications.cargo_space_width2FloatNoCar­go space width (range 0.01–10)
specifications.equipmentsgps, liftArrayNoAllowed addi­tion­al equip­ment
specifications.palletsObjectNoPalettes type and amount
specifications.pallets.amount5IntNoAmount of allowed palettes (0–50)
specifications.pallets.typeeuropaletteStringNoAllowed pal­lette types (europalette or palette)
specifications.permissable_axle_load5FloatNoPer­miss­able axle load (range 0.1–25)
specifications.permissable_total_weight20IntNoPer­miss­able total weight (range 0–99000)
specifications.vehicle_height6FloatNoVehi­cle height (range 0.01–10)
specifications.vehicle_length6FloatNoVehi­cle length (range 0.01–100)
specifications.vehicle_width4FloatNoVehi­cle width (range 0.01–10)
specifications.ways_of_loadingtopArrayNoAvail­able ways of load­ing
specifications.year_of_production1984IntNoYear of pro­duc­tion
typecool­erStringNoVehi­cle type (Allowed val­ues for semi trail­er: cool­er, tanker, tent, oth­er, box, dump-truck, con­tain­er)
sub­typeisothermStringNoSub­type
(Allowed val­ues for:
  • oth­er — log-trail­er, plat­form-trail­er, car-trans­porter, oth­er, hook-truck, low-loader,
  • cool­er — cool­er, isotherm, meathang­ing,
  • tanker — food-tanker, petro­le­um-tanker, chem­i­cal-tanker, gas-tanker, silos, tanker
  • tent — stan­dard-tent, cur­tain­sid­er, mega, coil­mulde, jolo­da, BDE
  • box — open-box, box,
  • dump-truck — dump-truck, walk­ing-floor
  • con­tain­er — swap-body, 20′ stan­dard, 40′ stan­dard, 45′ stan­dard, 20′ tanker, 40′ tanker
vin234ggjhk342342k234StringNoVehi­cle VIN num­ber

Semi-trailer, trailer Json example

{
  "country": "pl",
  "kind": "semi-trailer",
  "manufacturer": "FIAT",
  "model": "DOBLO",
  "registration_plate_number": "Pl0101016",
  "specifications": {
    "adr_classes": [
      "adr_1",
      "adr_1_2"
    ],
    "axle_amount": 4,
    "cargo_space_capacity": 24,
    "cargo_space_height": 2.05,
    "cargo_space_length": 5,
    "cargo_space_volume": 21,
    "cargo_space_width": 2.05,
    "equipments": [
      "gps",
      "lift"
    ],
    "pallets": {
      "amount": 5,
      "type": "europalette"
    },
    "permissible_axle_load": 5,
    "permissible_total_weight": 20,
    "vehicle_height": 3,
    "vehicle_length": 6,
    "vehicle_width": 4,
     "ways_of_loading": [
      "top"
    ],
    "year_of_production": 2018
  },
  "subtype": "isotherm",
  "type": "cooler",
  "vin": "234ggjhk342342k27"
}