POST api/AppPersonal/AppSaveUserGeo
AppSaveUserGeo
Request Information
URI Parameters
None.
Body Parameters
AppSaveUserGeo| Name | 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": "e8ed100b-fb07-4abe-b66f-55d185c3e753"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_GetOpenGeo_Response| Name | 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": "c4ec6bb4-edf8-4b9b-a975-031da57431de",
"Message": "sample string 1",
"GeoFrequency": 1,
"GeoDistance": 1,
"NearUserQ": 1,
"UserUUIDCur": "07658fb3-bb3e-4a30-bde5-8aad7ed9db8c"
}