POST api/AppDefaultOnEntry/AppGetLeftMenuAlert
AppGetLeftMenuAlert
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenLive| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "8d2cfdd5-3a5f-4d2f-81fd-6655d2e8aaa1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of LeftMenuAlert| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUUID | globally unique identifier |
None. |
|
| Alert | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CartUUID": "1295910f-938f-4c66-bfa7-796e60f375b9",
"Alert": "sample string 1",
"UserUUIDCur": "0833e199-1552-4b21-8bed-9c0ae5f9ba83"
},
{
"CartUUID": "1295910f-938f-4c66-bfa7-796e60f375b9",
"Alert": "sample string 1",
"UserUUIDCur": "0833e199-1552-4b21-8bed-9c0ae5f9ba83"
}
]