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": "d54c34e3-9c1c-4ee4-aa40-272e462d6271" }
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": "3d7fd5c6-2bfd-4818-9a79-bbd6952798a3", "PhotoUUID": "a969d5c0-2197-40f9-a7c3-fea5dfcf0856", "NotiffTitle": "sample string 1", "NotiffText": "sample string 2", "UserUUIDCur": "94b03ec5-95a4-4212-aad3-2c0c1a1162c7", "GeoTitle": "sample string 3", "GeoText": "sample string 4" }, { "UserLatitude": 1.1, "UserLongitude": 1.1, "GeoFrequency": 1, "GeoDistance": 1, "CartUUID": "3d7fd5c6-2bfd-4818-9a79-bbd6952798a3", "PhotoUUID": "a969d5c0-2197-40f9-a7c3-fea5dfcf0856", "NotiffTitle": "sample string 1", "NotiffText": "sample string 2", "UserUUIDCur": "94b03ec5-95a4-4212-aad3-2c0c1a1162c7", "GeoTitle": "sample string 3", "GeoText": "sample string 4" } ]