Action
Make a call to get a list of regions (provinces) that are available for selection.
Method | GET |
Endpoint | https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/regions |
Make a call to get a list of regions (provinces) that are available for selection.
Method | GET |
Endpoint | https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/regions |
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": [
{
"id": "Cape",
"name": "Cape",
"order": 0
},
{
"id": "Durban",
"name": "Durban",
"order": 0
},
{
"id": "Eastern Cape",
"name": "Eastern Cape",
"order": 0
},
{
"id": "Free State",
"name": "Free State",
"order": 0
},
{
"id": "Gauteng",
"name": "Gauteng",
"order": 0
},
{
"id": "Gauteng East",
"name": "Gauteng East",
"order": 0
},
{
"id": "Gauteng North",
"name": "Gauteng North",
"order": 0
},
{
"id": "Mpumalanga",
"name": "Mpumalanga",
"order": 0
},
{
"id": "North West",
"name": "North West",
"order": 0
},
{
"id": "Northern Cape",
"name": "Northern Cape",
"order": 0
},
{
"id": "Northern Province",
"name": "Northern Province",
"order": 0
},
{
"id": "Pretoria",
"name": "Pretoria",
"order": 0
},
{
"id": "Region",
"name": "Region",
"order": 0
},
{
"id": "Southern Cape",
"name": "Southern Cape",
"order": 0
},
{
"id": "Western Cape",
"name": "Western Cape",
"order": 0
}
],
"metaData": {
"code": "R00",
"message": "Operation successful.",
"name": "Success"
}
}