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": "31790751-151a-4576-8646-bf195dede07f",
"DeviceID": "sample string 1",
"SessionUUID": "5ccbe291-3dd2-4f2a-9ee5-d26f9b65260d",
"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": "5a6a74fd-7b47-4e18-92eb-132160f5ff89",
"Message": "sample string 1",
"GeoFrequency": 1,
"GeoDistance": 1,
"NearUserQ": 1,
"UserUUIDCur": "3dea6bad-a789-40c8-9963-e7e328dce5d2"
}