GET api/Countries

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of prc_Get_Country_All_Result
NameDescriptionTypeAdditional information
CountryID

integer

None.

CountryCode

string

None.

CountryName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "CountryID": 1,
    "CountryCode": "sample string 2",
    "CountryName": "sample string 3"
  },
  {
    "$ref": "1"
  }
]