Action
Make a call to retrieve a list of vehicle makes filtered on type and year of manufacture.
| Method | GET |
| Endpoint | https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/vehicles/makes/{year}/{type} |
Make a call to retrieve a list of vehicle makes filtered on type and year of manufacture.
| Method | GET |
| Endpoint | https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/vehicles/makes/{year}/{type} |
| 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 | <This is the code value> | The type of the vehicles. The available types can be retrieved from "Get vehicle types". |
| Year | <2016> | The year of the vehicles. Filters the vehicles that had a model release in the specified year. |
{
"data": [
{
"id": "ABARTH",
"name": "ABARTH",
"order": 0
},
{
"id": "AC",
"name": "AC",
"order": 0
},
{
"id": "ALFA ROMEO",
"name": "ALFA ROMEO",
"order": 0
}
}