POST api/AppDefaultOnEntry/AppGetOpenNotifGeo
AppGetOpenNotifGeo
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenLeftMenu_RquestName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "2c2a5f3b-3aaa-468b-8836-5f18cd46ec72" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetOpenNotifGeo_ResponseName | Description | Type | Additional information |
---|---|---|---|
UserLatitude | decimal number |
None. |
|
UserLongitude | decimal number |
None. |
|
GeoFrequency | integer |
None. |
|
GeoDistance | integer |
None. |
|
CartUUID | globally unique identifier |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
NotiffTitle | string |
None. |
|
NotiffText | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
|
GeoTitle | string |
None. |
|
GeoText | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "UserLatitude": 1.1, "UserLongitude": 1.1, "GeoFrequency": 1, "GeoDistance": 1, "CartUUID": "16071158-469f-4208-99cf-5aa82736aa3c", "PhotoUUID": "d450a148-54d5-47d9-8977-847d03182ea5", "NotiffTitle": "sample string 1", "NotiffText": "sample string 2", "UserUUIDCur": "2b1a6c27-5dc0-425f-9be6-786cfa55df0a", "GeoTitle": "sample string 3", "GeoText": "sample string 4" }, { "UserLatitude": 1.1, "UserLongitude": 1.1, "GeoFrequency": 1, "GeoDistance": 1, "CartUUID": "16071158-469f-4208-99cf-5aa82736aa3c", "PhotoUUID": "d450a148-54d5-47d9-8977-847d03182ea5", "NotiffTitle": "sample string 1", "NotiffText": "sample string 2", "UserUUIDCur": "2b1a6c27-5dc0-425f-9be6-786cfa55df0a", "GeoTitle": "sample string 3", "GeoText": "sample string 4" } ]