GET api/Setting/GetCountries

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Country
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Code

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "Name": "sample string 2",
    "Code": "sample string 3"
  },
  {
    "$ref": "1"
  }
]