POST api/AppDefaultOnEntry/AppGetLeftMenuAlert2
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": "41b81074-16c6-44ab-92f4-70f8967c627d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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": "68ab7b3a-e9a3-4d51-8dc8-c893a89deacc",
"Alert": "sample string 1",
"UserUUIDCur": "45130798-be10-4fc6-a648-8fb5b0542a2a"
}