GET eo-countries?ClientId={ClientId}
Retrieve all Countries
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | globally unique identifier |
None. |
|
| CountryName | string |
None. |
|
| CountryAbbreviation | string |
None. |
|
| CountryCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CountryId": "55a9035f-9aa2-4588-8248-713dd481b34d",
"CountryName": "sample string 2",
"CountryAbbreviation": "sample string 3",
"CountryCode": "sample string 4"
}
application/xml, text/xml
Sample:
<CountryResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CountryId>55a9035f-9aa2-4588-8248-713dd481b34d</CountryId> <CountryName>sample string 2</CountryName> <CountryAbbreviation>sample string 3</CountryAbbreviation> <CountryCode>sample string 4</CountryCode> </CountryResult>