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": "8b77b1cb-147c-4927-9d97-c3103cbc4dae" }
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": "6479201b-c8e2-4fa4-8447-958b1f556c40", "Message": "sample string 1", "GeoFrequency": 1, "GeoDistance": 1, "NearUserQ": 1, "UserUUIDCur": "e915579d-eb22-46cb-8591-d7f8be86aa92" }