Current owner check

Current owner check

The format of the text/xml response can be seen in the currentownercheck-2.9.xsd schema.

Basic vehicle data and current owner details with no history or securities.

Current version: 4.0 Example URL: https://robot.motorweb.co.nz/b2b/currentOwnerCheck/generate/4.0?plateOrVin=ABC123&specificReason=state+your+specific+reason

Example XML Output (personal data annonimised)

<current-owner-check version="2.9" vehicle-id="-xxxx" billing-user="xxxx" id="xxxx" reference="xxxx" timestamp="2024-09-24T08:31:18.401" user="xxxx">
  <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>
  <owner current="true" owner-number="1">
    <sex-company code="M">Male</sex-company>
    <owner-name>JOE AVERAGE PUBLIC</owner-name>
    <owner-name-parts>
      <first-name>JOE</first-name>
      <middle-names>AVERAGE</middle-names>
      <last-name>PUBLIC</last-name>
    </owner-name-parts>
    <address label="Street address" usage="physical">
      <line-1>37 PUBLIC ROAD</line-1>
      <suburb>PUBLIC BAY</suburb>
      <town>AUCKLAND</town>
      <postcode>0630</postcode>
    </address>
    <address-parts usage="physical">
      <street-number>37</street-number>
      <street-name>PUBLIC ROAD</street-name>
      <suburb>PUBLIC BAY</suburb>
      <town>AUCKLAND</town>
      <post-code>0630</post-code>
    </address-parts>
    <ownership-date value="2021-09-23">23-Sep-2021</ownership-date>
    <owner-status code="C">Complete</owner-status>
  </owner>
</current-owner-check>

Last updated