Chassis Check Reports

Chassis Check

The result is the same as the Motor check except no dynamic data is returned, ie WOF, COF, RUC etc.

Current version: 4.0 Example URL: https://robot.motorweb.co.nz/b2b/chassischeck/generate/4.0?plateOrVin=ABC123

Example XML output (some data redacted "xxxx")

<vir vehicle-id="-321587396" billing-user="xxxx" id="-xxxx" reference="xxxx" timestamp="2024-09-24T08:42:27.984" user="xxxx">
  <vir-analysis version="4.0">
    <vehicle>
      <registration>
        <first-registration-date-in-new-zealand value="2021-09-23">23-Sep-2021</first-registration-date-in-new-zealand>
        <registered-overseas value="false">No</registered-overseas>
      </registration>
      <year-of-manufacture value="2021">2021</year-of-manufacture>
      <make>Tesla</make>
      <model>Model 3 Standard Range Plus</model>
      <mvr-model>MODEL 3</mvr-model>
      <body-style code="SL">Sedan</body-style>
      <vehicle-type code="7">Passenger Car/Van</vehicle-type>
      <vin>LRW3F7FJ7MC328537</vin>
      <engine-number>TG321203002FY3</engine-number>
      <main-colour>SILVER</main-colour>
      <power unit="KW" value="195">195</power>
      <country-of-origin code="CHN">China</country-of-origin>
      <assembly-type code="1">Imported Built-Up</assembly-type>
      <gross-vehicle-mass unit="Kg" value="2060">2,060</gross-vehicle-mass>
      <number-of-seats value="5">5</number-of-seats>
      <fuel-type code="5">Electric</fuel-type>
      <max-rated-towed-mass-for-unbraked-trailer unit="Kg" value="750">750</max-rated-towed-mass-for-unbraked-trailer>
      <max-rated-towed-mass-for-braked-trailer unit="Kg" value="910">910</max-rated-towed-mass-for-braked-trailer>
      <number-of-axles value="2">2</number-of-axles>
      <axle-type code="2">2-Axle</axle-type>
      <wheelbase unit="mm" value="2875">2,875</wheelbase>
      <odometer-unit code="K">Km</odometer-unit>
      <model-code>M3E1RB5CH;</model-code>
      <model-variant>0</model-variant>
      <sub-model-spec>50KWH/EV/RWD/FD/SL/4DR/5S</sub-model-spec>
    </vehicle>
  </vir-analysis>
</vir>

Chassis Check + RedBook

The result is the same as a Chassis Check with the addition of a new element 'redbook-codes' under 'vir'.

Current version: 4.0 Example URL: https://robot.motorweb.co.nz/b2b/cc2rb/generate/4.0?plateOrVin=ABC123

Additional parameters:

  • widen: Specify whether the RedBook matching should use the widening search algorithm (optional, default to false). The widen algorithm will first try and find a vehicle match based on the standard filtering criteria however if one cannot be found, certain criteria will be loosened in an attempt to find a match

Chassis Check + RedBook valuation by Plate/VIN

Return RedBook valuation information for the given vehicle. Both wholesale and retail values are returned.

Current version: 4.0 Example URL: https://robot.motorweb.co.nz/b2b/cc2rbv/valuation/4.0?plateOrVin=ABC123

Additional parameters:

  • widen: Specify whether the RedBook matching should use the widening search algorithm (optional, default to false). The widen algorithm will first try and find a vehicle match based on the standard filtering criteria however if one cannot be found, certain criteria will be loosened in an attempt to find a match

Last updated