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": "2e2f91ec-11b4-4b06-b186-4bc209e50c68",
"DeviceID": "sample string 1",
"SessionUUID": "5b1cb4cd-3a38-4c3e-a4bc-79d947ca7982",
"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": "44deea1c-0531-4835-bdce-2068d74fa49a",
"Message": "sample string 1",
"GeoFrequency": 1,
"GeoDistance": 1,
"NearUserQ": 1,
"UserUUIDCur": "3041fb95-3325-4e54-9d86-79d933cb0742"
}