GET api/countries/{countryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Country| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | string |
None. |
|
| CountryIdIso3 | string |
None. |
|
| CountryDescription | string |
None. |
|
| CurrencyId | string |
None. |
|
| EU | byte |
None. |
|
| InsUpdDate | date |
None. |
Response Formats
application/xml, text/xml
Sample:
<Country xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CountryId>sample string 1</CountryId> <CountryIdIso3>sample string 2</CountryIdIso3> <CountryDescription>sample string 3</CountryDescription> <CurrencyId>sample string 4</CurrencyId> <EU>64</EU> <InsUpdDate>2025-11-03T08:04:31.252062+01:00</InsUpdDate> </Country>