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": "70b0d883-bd54-48c2-b62b-ba56830113c6", "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>70b0d883-bd54-48c2-b62b-ba56830113c6</CountryId> <CountryName>sample string 2</CountryName> <CountryAbbreviation>sample string 3</CountryAbbreviation> <CountryCode>sample string 4</CountryCode> </CountryResult>