GET api/countries?CountryId={CountryId}&CountryIdIso3={CountryIdIso3}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
Name | Description | Type | Additional 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 CountryName | 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:
<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>2023-06-06T21:55:36.6875894+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>2023-06-06T21:55:36.6875894+02:00</InsUpdDate> </Country> </ArrayOfCountry>