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": "5113383f-55fc-4490-bcea-dc55c07198be"
}
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": "7f465e13-be7b-4498-aa0a-ef37a26a6be5",
"Alert": "sample string 1",
"UserUUIDCur": "5c8ae199-a00a-4a94-984b-9888fac24a76"
}