Action
Make a call to retrieve a list of vehicle models by filtering on make ,type and year.
Method | GET |
Endpoint | https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/vehicles/models/{year}/{type}/{make} |
Make a call to retrieve a list of vehicle models by filtering on make ,type and year.
Method | GET |
Endpoint | https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/vehicles/models/{year}/{type}/{make} |
Header | Value | Description |
---|---|---|
x-ibm-client-id | <YOUR CLIENT ID> | The client ID you received when creating the app on the portal. |
x-ibm-client-secret | <YOUR CLIENT SECRET> | The client secret you received when creating the app on the portal. |
Parameter | Value | Description |
---|---|---|
Type | <"Ford"> | The make of the vehicle. Based on a selection retrieved from "Get the vehicle makes for the specified year and vehicle type". |
Make | <"A"> | The for the vehicle type. The available types can be retrived from "Get vehicle types". |
Year | <2016> | The year of the vehicles. Filters the vehicles that had a model release in the specified year. |
{
"data": [
{
"code": "22049120",
"id": "B-MAX 1.0 ECOBOOST AMBIENTE",
"name": "B-MAX 1.0 ECOBOOST AMBIENTE (2015 - 2017)",
"order": 0
},
{
"code": "22049140",
"id": "B-MAX 1.0 ECOBOOST TITANIUM",
"name": "B-MAX 1.0 ECOBOOST TITANIUM (2015 - 2017)",
"order": 0
},
{
"code": "22049130",
"id": "B-MAX 1.0 ECOBOOST TREND",
"name": "B-MAX 1.0 ECOBOOST TREND (2015 - 2017)",
"order": 0
},
{
"code": "22048140",
"id": "ECOSPORT 1.0 ECOBOOST TITANIUM",
"name": "ECOSPORT 1.0 ECOBOOST TITANIUM (2013 - 2018)",
"order": 0
}
}