GET api/Country

Get all available Countries

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Countries

NameDescriptionTypeAdditional information
CountryId

Country Id

integer

None.

Name

Country Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "countryId": 1,
    "name": "sample string 2"
  },
  {
    "countryId": 1,
    "name": "sample string 2"
  }
]