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": "e9d9f245-5ae4-4fd8-a292-de9e41a6ab7e"
}
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": "49ed5984-105f-4b3b-9463-53799f5dab0b",
"Alert": "sample string 1",
"UserUUIDCur": "f4db67f0-b2d6-435b-b829-236d22da3952"
},
{
"CartUUID": "49ed5984-105f-4b3b-9463-53799f5dab0b",
"Alert": "sample string 1",
"UserUUIDCur": "f4db67f0-b2d6-435b-b829-236d22da3952"
}
]