Retrieves the country with the specified key
Request Information
URI Parameters :
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
db_countryName | Description | Type | Additional information |
---|---|---|---|
id |
Primary Key |
globally unique identifier | |
code |
Code in 2 letters, following ISO 3166 |
string | |
country_name |
Name of the country |
string | |
is_default | boolean | ||
default_db_language_id | globally unique identifier | ||
disabled | boolean | ||
default_language | db_language |
Response Formats
application/json, text/json
Sample:
{ "id": "44dbbb97-de82-4edb-a500-dcd1c2911700", "code": "sample string 2", "country_name": "sample string 3", "is_default": true, "default_db_language_id": "564f2d5f-a902-4ca7-aa97-88dcf8a1a9b1", "disabled": true, "default_language": { "id": "a8b21fb2-68db-43c2-a3ed-7f73902d8008", "code": "sample string 2", "name": "sample string 3", "is_default": true, "disabled": true } }