POST api/AppDefaultOnEntry/AppGetLeftMenuAlert2
AppGetLeftMenuAlert
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenLiveName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "10ee77af-39cb-41a5-b9cf-a36b247aae06" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LeftMenuAlertName | 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": "ea417e1f-1e4e-4830-83a1-9dd0f9d0734d", "Alert": "sample string 1", "UserUUIDCur": "be0d4d29-190a-4604-af74-e39af46ebb92" }