1. Get Country Request (GET Method)

Info
  • Web service URL: BASE_URL/api/Location/Countries

1.1 Get Country Response

JSON
[
  {
    "id": 4,
    "code": "AF",
    "name": "Afghanistan"
  },
  {
    "id": 8,
    "code": "AL",
    "name": "Albania"
  },
  {
    "id": 10,
    "code": "AQ",
    "name": "Antarctica"
  },
  {
    "id": 12,
    "code": "DZ",
    "name": "Algeria"
  }
]