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": "76d11380-3712-4df8-a529-03b3a152f88e"
}
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": "bf0a0997-00dd-4968-8ce7-c30709ad41f4",
"Alert": "sample string 1",
"UserUUIDCur": "783947df-01c4-4c35-af19-e3f60e0b3b8e"
}