POST api/AppPersonal/AppSaveUserGeo
AppSaveUserGeo
Request Information
URI Parameters
None.
Body Parameters
AppSaveUserGeoName | Description | Type | Additional information |
---|---|---|---|
UserLatitude | decimal number |
None. |
|
UserLongitude | decimal number |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserLatitude": 1.1, "UserLongitude": 1.1, "UserUUIDCur": "cbc92ad5-e481-462b-8aad-b97433383661" }
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": "8a5a11a8-59a7-4920-b8bd-a191349ce346", "Message": "sample string 1", "GeoFrequency": 1, "GeoDistance": 1, "NearUserQ": 1, "UserUUIDCur": "79745296-87c9-46c0-a6d0-e033e81238e8" }