Registration & VIN Valuations
Generate a valuation with a Registration Plate or VIN
Registration Valuation
POST the registration plate and region to /v2/valuations/registrations/BMT038?
Example Response
VIN Valuation
POST the encapsulated VIN to /v2/valuations/vins/7AT08G0RX19303899
Example Response
Implementation Constrains
This integration approach relies on the successful lookup of the vehicle. We recommend staggering your integration so you isolate the vehicle ID first using vehicle search methods and then proceed to valuation driven by the vehicle ID.
This is done to avoid issues where the VIN lookup component of the valuation fails blocking your workflow. In the recommended scenario if your VIN or Rego lookup fails, you can fall back to Facet or Text Search informed by the "upstream_vehicle"
parameter.
Last updated