Back

GET api/v1/Lookup/CountryCode

Get list of country codes

Request Information

URI Parameters

None.

Body Parameters

None.

Sample Request

Response Information

Resource Description

Collection of CountryCodeModel
NameDescriptionTypeAdditional information
Code

Type code

string

None.

Description

Description of the type code

string

None.

Sample Response

application/json, text/json

Sample:
[
  {
    "Code": "USA",
    "Description": "United States Of America"
  },
  {
    "Code": "CHE",
    "Description": "Switzerland"
  },
  {
    "Code": "NZL",
    "Description": "New Zealand"
  },
  {
    "Code": "PHL",
    "Description": "Philippines"
  }
]