GET api/Country/CountryCodesByLastChanged?lastChanged={lastChanged}&overrideClient={overrideClient}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lastChanged

date

None.

overrideClient

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Country
NameDescriptionTypeAdditional information
countryNo

integer

None.

ISOCode

string

None.

name

string

None.

nationalCode1

string

None.

nationalCode2

string

None.

createdDateTime

date

None.

createdByUser

string

None.

changedDateTime

date

None.

changedByUser

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "countryNo": 1,
    "ISOCode": "sample string 2",
    "name": "sample string 3",
    "nationalCode1": "sample string 4",
    "nationalCode2": "sample string 5",
    "createdDateTime": "2025-11-28T17:26:58.7662183+01:00",
    "createdByUser": "sample string 7",
    "changedDateTime": "2025-11-28T17:26:58.7662183+01:00",
    "changedByUser": "sample string 9"
  },
  {
    "countryNo": 1,
    "ISOCode": "sample string 2",
    "name": "sample string 3",
    "nationalCode1": "sample string 4",
    "nationalCode2": "sample string 5",
    "createdDateTime": "2025-11-28T17:26:58.7662183+01:00",
    "createdByUser": "sample string 7",
    "changedDateTime": "2025-11-28T17:26:58.7662183+01:00",
    "changedByUser": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCountry xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Country>
    <countryNo>1</countryNo>
    <ISOCode>sample string 2</ISOCode>
    <name>sample string 3</name>
    <nationalCode1>sample string 4</nationalCode1>
    <nationalCode2>sample string 5</nationalCode2>
    <createdDateTime>2025-11-28T17:26:58.7662183+01:00</createdDateTime>
    <createdByUser>sample string 7</createdByUser>
    <changedDateTime>2025-11-28T17:26:58.7662183+01:00</changedDateTime>
    <changedByUser>sample string 9</changedByUser>
  </Country>
  <Country>
    <countryNo>1</countryNo>
    <ISOCode>sample string 2</ISOCode>
    <name>sample string 3</name>
    <nationalCode1>sample string 4</nationalCode1>
    <nationalCode2>sample string 5</nationalCode2>
    <createdDateTime>2025-11-28T17:26:58.7662183+01:00</createdDateTime>
    <createdByUser>sample string 7</createdByUser>
    <changedDateTime>2025-11-28T17:26:58.7662183+01:00</changedDateTime>
    <changedByUser>sample string 9</changedByUser>
  </Country>
</ArrayOfCountry>