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": "323d0646-feeb-4e9f-b3cf-fbaa52562b6d" }
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": "5887ebc2-0c3b-46c3-b93a-67a614b1109b", "Message": "sample string 1", "GeoFrequency": 1, "GeoDistance": 1, "NearUserQ": 1, "UserUUIDCur": "da1b4110-c7d1-4a3e-ba2e-2bc7cc527271" }