POST api/AppDefaultOnEntry/AppGetOpenNotifGeo
AppGetOpenNotifGeo
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenLeftMenu_Rquest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "df410bbb-f6a8-4501-817d-88c87cdd621c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetOpenNotifGeo_Response| Name | 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": "d89bdfb2-f7c8-4c69-874d-ea31a49c1ce9",
"PhotoUUID": "54950807-0662-463f-9789-c817db99fb0d",
"NotiffTitle": "sample string 1",
"NotiffText": "sample string 2",
"UserUUIDCur": "047e4046-30dc-4d6f-985c-968358900ba4",
"GeoTitle": "sample string 3",
"GeoText": "sample string 4"
},
{
"UserLatitude": 1.1,
"UserLongitude": 1.1,
"GeoFrequency": 1,
"GeoDistance": 1,
"CartUUID": "d89bdfb2-f7c8-4c69-874d-ea31a49c1ce9",
"PhotoUUID": "54950807-0662-463f-9789-c817db99fb0d",
"NotiffTitle": "sample string 1",
"NotiffText": "sample string 2",
"UserUUIDCur": "047e4046-30dc-4d6f-985c-968358900ba4",
"GeoTitle": "sample string 3",
"GeoText": "sample string 4"
}
]