PPSR Information

Overview

This page explains how to manage PPSR security uploads and vehicle monitoring in MotorWeb. Key actions include:

  • Upload Security: Import securities from PPSR for online viewing and weekly inspection (Sniff) if applicable.

  • Stop Monitoring: Disable security monitoring for a specific finance statement.

  • Retrieve Snapshot: Get a snapshot of security alerts for a given date.

Each process has associated parameters and example URLs.

PPSR Security Upload

Import the indicated security from the PPSR into the MotorWeb system. You will then be able to view them online and if you are enabled for Sniff they will be inspected weekly. Securities to be sniffed must have only one vehicle collateral and that vehicle must have a VIN.

  • spgId: The ID number of the Secured Party Group that owns the finance statement.

  • spgPwd: The password associated with the Secured Party Group.

  • fsNo: The registration number of the Finance Statement.

  • fsPin: The PIN number of the Finance Statement.

Current version: 1.0 Example URL: https://robot.motorweb.co.nz/b2b/sniff/upload/security/1.0?spgId=123456&spgPwd=xxxx&fsNo=4321&fsPin=4321

There is no data returned in the body of the response, however there are some additional error codes:

MotorWeb-Error-Code
Situation

NOT-FOUND

If there is no finance statement on the PPSR matching the given details.


Stop Secured Vehicle Monitor

Stop any security monitoring for specified finance statement number.

Current version: 1.0 Example URL: https://robot.motorweb.co.nz/b2b/securedvehiclemonitor/stop/1.0?fsNo=4321

  • fsNo: The registration number of the Finance Statement.

There is no data returned in the body of the response, however there are some additional error codes:

MotorWeb-Error-Code
Situation

NOT-FOUND

If there is no finance statement matching the specified number under your account.

Secured Vehicle Monitor Retrieve Snapshot

Retrieve the results of a Secured Vehicle Monitor snapshot on the given date.

  • date: The date of the snapshot to retrieve. Alerts detected from the start of this date, to the end of this date will be returned.

Current version: 1.0 Example URL: https://robot.motorweb.co.nz/b2b/securedvehiclemonitor/retrieve/xml/1.0?date=2013-02-26

The format of the text/xml response can be seen in the secured-vehicle-monitor-1.0.xsd schema.

Sample security alerts can be viewed here.

Last updated