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": "f569dae9-c5bf-4e4b-a036-697590b8b3d5",
"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>f569dae9-c5bf-4e4b-a036-697590b8b3d5</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>