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": "d927b497-de0f-4d97-8cad-18ea6058bee4", "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>d927b497-de0f-4d97-8cad-18ea6058bee4</CountryId> <CountryName>sample string 2</CountryName> <CountryAbbreviation>sample string 3</CountryAbbreviation> <CountryCode>sample string 4</CountryCode> </CountryResult>