Skip to main content

Optional Equipment v2

Accelerate API: Get Optional Equipment Data for Cars & LCVs

Funmilola Olorode avatar
Written by Funmilola Olorode
Updated over 6 months ago

Path Parameters

HTTP Header

api-key REQUIRED
string - Your Accelerate API Key

cutoff-months OPTIONAL
integer (positive) - Reduces the data set to only include ranges with at least one derivative current in the last x months.

URL Substitution

subdomain REQUIRED
string - Your Accelerate subdomain

asset type REQUIRED
string - CAR or LCV. Must be uppercase

page Required
integer - Starting from page 1 increment the page number until an empty response is received


Optional Equipment Requests

GEt

Get - Returns vehicle optional equipment data

https://{{subdomain}}.quotevineapp.com/qvine/quotevine/web/v1/optequipment{asset_type}/{page}/

Response

400


Returned if the request sent is invalid.

404
​

Returned if the request is not found or the user does not have permission to view it.

200
Returned if the request is successful

Expand to see example of a successful response.

200006 46031 Driver Aids Lane departure warning system 155
200007 46031 Driver Information Tachograph 550
200008 46031 Entertainment Nissan Connect 7" touchscreen with sat navigation 400
200009 46031 Exterior Body Features Metallic paint 650

Optional Equipment Attributes

When retrieving optional equipment via the API, there are a number of fields returned.

Returned Fields

Expand to view the returned fields

id - integer
CAP optional equipment ID

vehicle_id - string
CAP derivative ID

category - string

description - string

price - numberic

Did this answer your question?