InfiniteLoop RegCheck v1.0
This provides a lookup service for vehicle information (make, model, engine and transmission, sample photo, VIN etc...) based on a registration plate number.
Support is provided for the following countries:
- Australia
- New Zealand
- USA
- UK
Additional countries may be added upon request. See the provider page for Supported Coutries.
Licensing
API calls are charged on a transactional basis. Organisations who wish to use this package are required to establish a commercial relationship with the 3rd party directly. A simple web sign-up process is provided:
Compatibility
This package has the following compatibility requirements:
Module | Compatibility | Notes |
---|---|---|
Transact Manager | 5.0 or above | |
Transact Maestro | 5.0.14 or above |
Installation Instructions
To install this package please walk through the following proceedure:
- Unzip the package to a directory on your computer
- Import each zip archive found in the
services
folder to Transact Manager under the Services >> All Services menu item. - Review the Help Doc tab for each of the imported services and make any required adjustments to service parameters.
- Configure any required Service Connections. These requirements can be found at the bottom of this document or in the Help Doc for each of the imported services.
Service Connections can be configured in Transact Manager under the Services >> Service Connections menu item.
- Import each archive found in the
libraries
folder to Maestro.Importing these into the Organisation level libraries folder is recommended as this will make the components available to all projects, however they can be imported at the Project level if required.
Usage Instructions
- Ensure a Service Connection "InfiniteLoop RegCheck" exists and configured along with your credentials
- Add the Reg Check Button to your form.
- Select the RegCheck button and navigate to the Button's Properites pane.
- Configure the Input and Output field mappings against your chosen form fields.
Release Notes
Version 1.0 Jun 19, 2017
- Baseline release.
Maestro Assets
Services
Service Connection
Inputs
Name | Description | Required |
---|---|---|
rcCountry | ISO Two character country code, currently supporting AU , NZ , UK , US ( https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 ) |
Yes |
rcState | for Australia and USA only | Yes |
rcPlate | Registration plate number for vehicle | Yes |
Outputs
Name | Description |
---|---|
rcFullDescription | A string representing a description of the vehicle (e.g. TOYOTA Landcruiser 4D Wagon PRADO GRANDE VX (4x4) ) |
rcRegistrationYear | Year the vehicle was first registered (e.g. 1996 ) |
rcAssembly | Country of manufacture |
rvVin | Vehicle Identification Number |
rcMake | Vehicle make (e.g. TOYOTA ) |
rcModel | Vehicle model (e.g. Landcruiser 4D Wagon |
rcColour | Vehicle colour (if available) |
rcEngine | Engine capacity or specification (e.g. 3.4 litre, V6, VZJ95R ) |
rcImageUrl | A URL to a sample image of the vehicle type |
rcNvic | National Vehicle Identification Code (Australia only) (e.g. 1TR ) |
rcDriveType | Vehicle body/transmission (e.g. 4D WAGON ) |
rcFamily | Vehicle family (e.g. LANDCRUISER ) |
rcVariant | Vehicle variant (e.g. PRADO GRANDE VX (4x4) ) |
rcFuelType | Fuel specification |
rcCapacityValue | Engine capacity (e.g. 3.4 ) |
rcSeries | Vehicle series (e.g. VZJ95R ) |
rcBodyType | Body description (e.g. Prado Grande Vx (4X4) 4-Speed Auto (4X4) ) |
rcCylinders | Engine configuration (e.g. V6 ) |
rcCapacityUnit | Unit of measurement (e.g. L ) |
rcTransmissionType | Vehicle transmission type (e.g. Auto ) |
executionStatus | The status of the service execution [ SUCCESS | DATA_ERROR | SYSTEM_ERROR ]. Successful execution will be denoted by a |
errorMessage | When a DATA_ERROR is experienced, this value may provide more detail on the nature of the error. |
Service Connections
The following service connections are used by this package.
Property Name | Description | Required |
---|---|---|
Type | HTTP Endpoint | Yes |
Endpoint |
Must point to the Infinite Loop base endpoint
|
Yes |
Username | The user name linked to your account with CarRegistrationAPI | Yes |