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": "c386f3cd-be2d-4647-b114-ff77c9002b54",
"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>c386f3cd-be2d-4647-b114-ff77c9002b54</CountryId> <CountryName>sample string 2</CountryName> <CountryAbbreviation>sample string 3</CountryAbbreviation> <CountryCode>sample string 4</CountryCode> </CountryResult>