GET api/Country/GetCountryByCountryId?CountryId={CountryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Country| Name | Description | Type | Additional 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"}