GET api/Country/GetAllCountries

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Country
NameDescriptionTypeAdditional information
Country_Id

integer

None.

Name

string

None.

Response Formats

application/json, text/json

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

application/octet-stream

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