Sorry, you need to enable JavaScript to visit this website.

19 Get the vehicle make by filter

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}
Request
Headers
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.
Query parameters
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.
Response JSON
                            
{
  "data": [
    {
      "id": "ABARTH",
      "name": "ABARTH",
      "order": 0
    },
    {
      "id": "AC",
      "name": "AC",
      "order": 0
    },
    {
      "id": "ALFA ROMEO",
      "name": "ALFA ROMEO",
      "order": 0
    }
 }