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": "39debde2-890f-466a-9713-c9b848ad73cd",
"DeviceID": "sample string 1",
"SessionUUID": "13dbae8c-4248-4010-b360-a31e8245eb88",
"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": "21fb4f40-3d65-453e-9df9-80dac00ef7fe",
"Message": "sample string 1",
"GeoFrequency": 1,
"GeoDistance": 1,
"NearUserQ": 1,
"UserUUIDCur": "1c495a7f-1073-468d-8895-ab264ce99184"
}