POST api/AppDefaultOnEntry/AppGetOpenGeo
AppGetOpenGeo
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenGeo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
|
| SessionUUID | globally unique identifier |
None. |
|
| Hide | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "d382f4a7-aa35-44d7-9ab7-6835f69997ce",
"DeviceID": "sample string 1",
"SessionUUID": "574c6ffe-8140-4588-9d5f-d321afffead5",
"Hide": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_GetOpenGeo_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| UserLatitude | decimal number |
None. |
|
| UserLongitude | decimal number |
None. |
|
| SessionUUID | globally unique identifier |
None. |
|
| Message | string |
None. |
|
| GeoFrequency | integer |
None. |
|
| GeoDistance | integer |
None. |
|
| NearUserQ | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserLatitude": 1.1,
"UserLongitude": 1.1,
"SessionUUID": "a796586b-7650-4948-bcd7-3013063408ca",
"Message": "sample string 1",
"GeoFrequency": 1,
"GeoDistance": 1,
"NearUserQ": 1,
"UserUUIDCur": "16bee03e-d79a-4aba-a01b-048a56001d4f"
}