Action
Make a call to get a filtered city by region of your choice.
Method | GET |
Endpoint | https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/cities/{region} |
Make a call to get a filtered city by region of your choice.
Method | GET |
Endpoint | https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/cities/{region} |
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. |
Parameter | Value | Description |
---|---|---|
Region | <The Region Name Filter> | The name of the region (province) retrieved from "Get Regions" used to filter the cities. |
{
"data": [
{
"id": "Krugersdorp",
"name": "Krugersdorp",
"order": 0
},
{
"id": "Johannesburg",
"name": "Johannesburg",
"order": 0
},
{
"id": "Gauteng",
"name": "Gauteng",
"order": 0
},
{
"id": "Florida",
"name": "Florida",
"order": 0
},
}