POST api/AppDefaultOnEntry/OnEntrySaveUserGeo

AppSaveUserGeo

Request Information

URI Parameters

None.

Body Parameters

App_SaveUserGeo
NameDescriptionTypeAdditional 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": "b23b5067-40a2-4a08-ba67-89f29d5cc49a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.