GET api/Country_by_code?country_code={country_code}
List all Countries matching the provided Country Code
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| country_code |
Country code |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Country| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | integer |
None. |
|
| CountryCode | string |
None. |
|
| CountryName | string |
None. |
|
| ContinentId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Flag | string |
None. |
|
| CreatedDateTime | date |
None. |
|
| LastUpdatedDateTime | date |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedBy | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| TelCode | string |
None. |
|
| IndividualNamingConvention | string |
None. |
|
| Continent | Continent |
None. |
|
| Countries_Translation | Collection of Countries_Translation |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.