GET eo-members/geography?ClientId={ClientId}&user_id={user_id}
Retrieve Geography for particular User Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId |
ClientId |
string |
Required |
user_id |
User Id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
Id | string |
None. |
|
CountryId | string |
None. |
|
CountryName | string |
None. |
|
SpecificLocation | string |
None. |
|
SpecialKnowledge | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": "69c0f2ec-8845-478c-8f9d-0f4adea20351", "Id": "sample string 2", "CountryId": "sample string 3", "CountryName": "sample string 4", "SpecificLocation": "sample string 5", "SpecialKnowledge": "sample string 6" }
application/xml, text/xml
Sample:
<GeographyResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>69c0f2ec-8845-478c-8f9d-0f4adea20351</UserId> <Id>sample string 2</Id> <CountryId>sample string 3</CountryId> <CountryName>sample string 4</CountryName> <SpecificLocation>sample string 5</SpecificLocation> <SpecialKnowledge>sample string 6</SpecialKnowledge> </GeographyResult>