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": "e9d4376a-787e-4baa-ab44-d6e239c14cca"
}
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": "b646a524-6648-4777-b39f-105061b3cb3a",
"Alert": "sample string 1",
"UserUUIDCur": "dcc2923d-4439-44b9-a97c-92c3f11917e8"
},
{
"CartUUID": "b646a524-6648-4777-b39f-105061b3cb3a",
"Alert": "sample string 1",
"UserUUIDCur": "dcc2923d-4439-44b9-a97c-92c3f11917e8"
}
]