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": "75c723f2-1f68-4b74-b9dc-4e274ecd8521"
}
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": "1a43ac0e-2db6-4ffa-b11e-840ceb37ae70",
"Message": "sample string 1",
"GeoFrequency": 1,
"GeoDistance": 1,
"NearUserQ": 1,
"UserUUIDCur": "429bfb55-c6cc-4d2e-b937-42a182ee2d10"
}