Provides the basic starting price for an electric van, along with the amount of any plug-in vehicle grant available for the vehicle. Pricing is based on the cheapest variant with the same powertrain, lenght and height and more expensive versions or trim levels may be available.
Key features:
-
Basic price excluding VAT
- Price including VAT, road tax and registration fee, and any available plug-in vehicle grant
- The amount of any plug-in vehicle grant
Key Features
List Price
The list price of the vehicle excluding VAT
On-The-Road Price
Price including VAT, road tax and registration fee along with any plug-in vehicle grant
Plug-in Vehicle Grant
The amount of any plug-in vehicle grant available
P11D Value
The value of the vehicle for P11D purposes used when calculating benefit-in-kind tax
Delivery Price
The cost of delivery used when calculating the OTR price
First Registration Fee
The cost of registering the vehicle
Sample Response
V1
Documentation
Introduction
This endpoint returns basic starting price and the amount of any plug-in vehicle grant available for an electric van.
Header
When making calls to our API, include the following header:
x-api-key:your-api-key-here
Example Request
https://api.oneautoapi.com/evdatabase/uk/van/pricinggrantstaxes/?evdb_vehicle_id=12345
Example Sandbox Request
https://sandbox.oneautoapi.com/evdatabase/uk/van/pricinggrantstaxes/?evdb_vehicle_id=12345
Request Parameters
evdb_vehicle_id
mandatory, string, e.g. 12345
EV Database Vehicle ID
Sample Response
{
"success": true,
"result": {
"price_inc_grants_from": 17375,
"list_price_ex_vat_from": 17298,
"delivery_price_ex_vat": 595,
"first_registration_fee": 55,
"p11d_price_from": 59935,
"is_pricing_estimated": false,
"plug_in_vehicle_grant": 5000
},
"error": "If there is an error the message would go here"
}Response Parameters
success
e.g. true
Whether the api call was successful
price_inc_grants_from
e.g. 17375
Starting price based on OTR for the local market. Includes VAT, fees with any applicable grants deducted
list_price_ex_vat_from
e.g. 17298
Starting list price excluding
delivery_price_ex_vat
e.g. 595
Delivery price excluding VAT
first_registration_fee
e.g. 55
Registration fee (£55 for all vehicles)
p11d_price_from
e.g. 59935
P11D value based on starting price
is_pricing_estimated
e.g. false
Is pricing estimated
plug_in_vehicle_grant
e.g. 5000
The amount of any plug-in car grant available for this vehiclet
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
