POST api/AppDefaultOnEntry/AppGetOpenGeo
AppGetOpenGeo
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenGeoName | 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": "e530ca4d-5f13-49d7-8084-ca97f64255af", "DeviceID": "sample string 1", "SessionUUID": "7b129626-bbe0-4764-8528-75673bd2d7f8", "Hide": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_GetOpenGeo_ResponseName | 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": "829c9d3a-fbe8-4e23-9d1c-10c905156371", "Message": "sample string 1", "GeoFrequency": 1, "GeoDistance": 1, "NearUserQ": 1, "UserUUIDCur": "6c874e8e-ae9b-4167-97df-5ba1466e42a9" }