Action
Make a call to get a display of ethnic groups available for selection in the personal information section of the MFC application.
| Method | GET |
| Endpoint | https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/ethnicgroups |
Make a call to get a display of ethnic groups available for selection in the personal information section of the MFC application.
| Method | GET |
| Endpoint | https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/ethnicgroups |
| 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. |
{
"data": [
{
"code": "A",
"id": 1,
"name": "African",
"order": 0
},
{
"code": "C",
"id": 2,
"name": "Coloured",
"order": 0
},
{
"code": "I",
"id": 3,
"name": "Indian",
"order": 0
},
{
"code": "W",
"id": 4,
"name": "White",
"order": 0
}
],
"metaData": {
"code": "R00",
"message": "Operation successful.",
"name": "Success"
}
}