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

15 Get residential status

Action

Make a call to retrieve a list of predefined residential statuses available (bonded, renting etc.) for selection in the address section of the MFC application.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/residentialstatuses
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.
Response JSON
                            
{
  "data": [
    {
      "code": "3",
      "id": 1,
      "name": "99 Year Lease",
      "order": 0
    },
    {
      "code": "5",
      "id": 2,
      "name": "Boarding",
      "order": 0
    },
    {
      "code": "2",
      "id": 3,
      "name": "Bond Free",
      "order": 0
    },
    {
      "code": "4",
      "id": 4,
      "name": "Bonded",
      "order": 0
    },
    {
      "code": "1",
      "id": 5,
      "name": "Deed of Sale",
      "order": 0
    },
    {
      "code": "8",
      "id": 6,
      "name": "Living with Parents",
      "order": 0
    },
    {
      "code": "9",
      "id": 7,
      "name": "Other",
      "order": 0
    },
    {
      "code": "6",
      "id": 9,
      "name": "Renting",
      "order": 0
    },
    {
      "code": "7",
      "id": 8,
      "name": "Renting from Employer",
      "order": 0
    }
  ],
  "metaData": {
    "code": "R00",
    "message": "Operation successful.",
    "name": "Success"
  }
}