GET api/countries/{countryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countryId

string

Required

Body Parameters

None.

Response Information

Resource Description

Country
NameDescriptionTypeAdditional 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>2024-04-26T00:04:47.1756239+02:00</InsUpdDate>
</Country>