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": "92265263-b107-4df9-97f5-6576bf5cf42f"
}
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": "ca7e8e71-3c5c-4339-832e-fa1e7fb1fadb",
"Alert": "sample string 1",
"UserUUIDCur": "5495bae3-efc4-4999-a5c8-43cf90aa979e"
}