Identify the fastest moving stock, based on relative market demand compared to similar vehicles.
0-100 rating (low-to-high) based on relative market demand for better used vehicle decisioning.
Key Features
VRM-based
VRM lookup for ease of use
0-100 Rating
Demand score increases based on demand relative to similar vehicles
Increase Stock Turn
Increase your profit by identifying the fastest moving stock.
Sample Response
V1
Documentation
Introduction
Identify the fastest moving stock, based on relative market demand compared to similar vehicles.
Header
When making calls to our API, include the following header:
x-api-key:your-api-key-here
Example Request
https://api.oneautoapi.com/percayso/marketdemandfromvrm/?vehicle_registration_mark=AB21ABC
Example Sandbox Request
https://sandbox.oneautoapi.com/percayso/marketdemandfromvrm/?vehicle_registration_mark=AB21ABC
Request Parameters
vehicle_registration_mark
mandatory, string, e.g. AB21ABC
Vehicle registration number (VRM).
Sample Response
{
"success": true,
"result": {
"manufacturer_desc": "Land Rover",
"model_range_desc": "Discovery",
"market_demand_score": 56
},
"error": "If there is an error the message would go here"
}Response Parameters
success
e.g. true
Whether the api call was successful
manufacturer_desc
e.g. Land Rover
Manufacturer description
model_range_desc
e.g. Discovery
Model range description.
market_demand_score
e.g. 56
0-100 score indicative of relative market demand compared to similar vehicles
error
e.g. If there is an error the message would go here
Details of what went wrong with the api call
Status Codes
200
success, chargeable
Request has been successfully received and a response has been sent.
202
accepted, non-chargeable
Request has been received and accepted for processing, but the action has not yet been completed.
204
no content, non-chargeable
Request has been successfully received but there is no content to return e.g. if an invalid VRM has been sent.
206
partial content, non-chargeable
Request has been successfully received but limited content is returned e.g. if an invalid VRM has been sent.
400
bad request, non-chargeable
Request was not received e.g. if any required parameters are missing.
403
forbidden, non-chargeable
Request was rejected e.g. if the API key is invalid or the service is not enabled.
429
too many requests, non-chargeable
API key rate limit/quota has been exceeded.
500
internal server error, non-chargeable
We are unable to process the request e.g. if the API is under extremely heavy load.
503
service unavailable, non-chargeable
Service is temporarily unavailable. Contact help@oneautoapi.com
