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": "7a87e0f1-3686-400c-a007-5b5d5a91eebf" }
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": "1034c819-ff4b-42e3-8707-7df656403cc5", "Message": "sample string 1", "GeoFrequency": 1, "GeoDistance": 1, "NearUserQ": 1, "UserUUIDCur": "f4d5e453-9184-4ac1-b622-9c66a7534831" }