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

9 Get employment types

Action

Make a call to get a list of approved employment types that are available for selection in the employment section of the application.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/employmenttypes
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": "8",
      "id": 1,
      "name": "Contractual",
      "order": 0
    },
    {
      "code": "2",
      "id": 2,
      "name": "Part Time",
      "order": 0
    },
    {
      "code": "5",
      "id": 3,
      "name": "Pensioner",
      "order": 0
    },
    {
      "code": "4",
      "id": 4,
      "name": "Permanent",
      "order": 0
    },
    {
      "code": "3",
      "id": 5,
      "name": "Self Employed",
      "order": 0
    },
    {
      "code": "1",
      "id": 6,
      "name": "Student",
      "order": 0
    },
    {
      "code": "6",
      "id": 7,
      "name": "Unemployed",
      "order": 0
    }
  ],
  "metaData": {
    "code": "R00",
    "message": "Operation successful.",
    "name": "Success"
  }
}