POST api/AppDefaultOnEntry/AppGetOpenGeo

AppGetOpenGeo

Request Information

URI Parameters

None.

Body Parameters

App_GetOpenGeo
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

DeviceID

string

None.

SessionUUID

globally unique identifier

None.

Hide

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "5d49864b-bf7b-4ffd-8ed3-298d93c71176",
  "DeviceID": "sample string 1",
  "SessionUUID": "0ccf0ec1-e702-4156-b3ba-add8115369aa",
  "Hide": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

App_GetOpenGeo_Response
NameDescriptionTypeAdditional 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": "5fe316a4-291d-4218-a3df-00689c6e1009",
  "Message": "sample string 1",
  "GeoFrequency": 1,
  "GeoDistance": 1,
  "NearUserQ": 1,
  "UserUUIDCur": "47c1ee93-1e84-4931-99c7-242821d8dee5"
}