2. Get County Request (GET Method)

Info
  • Web service URL: BASE_URL/api/Location/Counties/{CountryCode}


Parameter
Description
CountryCode
Country code from Get country response


2.1 Get County Response

[
  {
    "id": 26,
    "name": "Ilfov"
  },
  {
    "id": 27,
    "name": "Maramures"
  },
  {
    "id": 28,
    "name": "Mehedinti"
  }
  }