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": "8ac04667-7676-45f0-a35f-8727147867fb"
}
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": "98e5a1ea-9dd4-49ba-9e62-40c70f97e990",
"Message": "sample string 1",
"GeoFrequency": 1,
"GeoDistance": 1,
"NearUserQ": 1,
"UserUUIDCur": "2a11713e-28e2-4ab2-a9bb-2088d1a0e3a4"
}