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": "f34e8f79-ae88-4871-8ebf-7f23d975a176"
}
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": "453651f5-2369-47f1-939e-dd472c654660",
"PhotoUUID": "c6d60953-c229-45d0-ad7d-85b94e8bb2e4",
"NotiffTitle": "sample string 1",
"NotiffText": "sample string 2",
"UserUUIDCur": "13125277-3713-48b3-bcfc-15eae8beca14",
"GeoTitle": "sample string 3",
"GeoText": "sample string 4"
},
{
"UserLatitude": 1.1,
"UserLongitude": 1.1,
"GeoFrequency": 1,
"GeoDistance": 1,
"CartUUID": "453651f5-2369-47f1-939e-dd472c654660",
"PhotoUUID": "c6d60953-c229-45d0-ad7d-85b94e8bb2e4",
"NotiffTitle": "sample string 1",
"NotiffText": "sample string 2",
"UserUUIDCur": "13125277-3713-48b3-bcfc-15eae8beca14",
"GeoTitle": "sample string 3",
"GeoText": "sample string 4"
}
]