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

<vir vehicle-id="2169702723" billing-user="MotorWeb Development" id="2169702715" reference="4c067f11" timestamp="2025-10-03T15:47:26.523" user="MotorWeb Development">
    <vir-analysis version="3.1">
        <vehicle>
           <plate current="true" past-plate="0">
                <plate-number>TEST123</plate-number>
                <plate-type code="ST">Standard</plate-type>
                <effective-date value="2017-12-22">22-Dec-2021</effective-date>
            </plate>
            <registration>
                <first-registration-date-in-new-zealand value="2021-09-23">23-Sep-2021</first-registration-date-in-new-zealand>
                <registered-overseas value="true">Yes</registered-overseas>
                <first-registration-date-overseas>
                    <month value="3">3</month>
                    <year value="2009">2021</year>
                    <description>Mar-2021</description>
                </first-registration-date-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>
            <odometer-reading latest="true">
                <reading value="10591">10,591</reading>
                <reading-date value="2025-09-11">11-Sep-2025</reading-date>
                <reading-unit code="K">Km</reading-unit>
                <source code="IW">Warrant of Fitness Inspection</source>
            </odometer-reading>
            <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>
    <redbook-codes>
        <redbook-ref>
            <fifteen-digit>NZVTESL2021AEAA</fifteen-digit>
            <eight-digit>TESL21AA</eight-digit>
            <year>2021</year>
            <make>Tesla</make>
            <family>Model 3</family>
            <description>Standard Range Plus Sedan 4dr Reduction Gear 1sp E/190kW</description>
        </redbook-ref>
    </redbook-codes>
</vir>

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