GET api/Country/GetCountryByCountryId?CountryId={CountryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CountryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Country
NameDescriptionTypeAdditional information
Country_Id

integer

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Country_Id": 1,
  "Name": "sample string 2"
}

application/octet-stream

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