Countries

List Countries

GET /api/.../countries

Return a list of all countries in the system.

Request Information

Parameters

None

Response Information

Example
application/json, text/json
[
  {
    "CountryID": 1,
    "Name": "sample string 2",
    "PostalCodeFormat": "sample string 3",
    "PostalCodeLength": 4,
    "MinZipCodeLength": 5
  },
  {
    "CountryID": 1,
    "Name": "sample string 2",
    "PostalCodeFormat": "sample string 3",
    "PostalCodeLength": 4,
    "MinZipCodeLength": 5
  },
  {
    "CountryID": 1,
    "Name": "sample string 2",
    "PostalCodeFormat": "sample string 3",
    "PostalCodeLength": 4,
    "MinZipCodeLength": 5
  }
]

HTTP Response Codes

Code Description
200 OK. Success