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": "829ef6df-e8ea-44e5-a284-1fa05ebe8c69"
}
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": "5f91a444-256c-44d7-aafe-be8e64208b96",
"Alert": "sample string 1",
"UserUUIDCur": "5ccc011e-61c6-4992-92c2-bd8262fc8063"
},
{
"CartUUID": "5f91a444-256c-44d7-aafe-be8e64208b96",
"Alert": "sample string 1",
"UserUUIDCur": "5ccc011e-61c6-4992-92c2-bd8262fc8063"
}
]