GET api/countries?CountryId={CountryId}&CountryIdIso3={CountryIdIso3}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CountryId

string

None.

CountryIdIso3

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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:
<ArrayOfCountry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Country>
    <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-25T04:03:11.840433+02:00</InsUpdDate>
  </Country>
  <Country>
    <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-25T04:03:11.840433+02:00</InsUpdDate>
  </Country>
</ArrayOfCountry>