POST api/AppDefaultOnEntry/AppGetLeftMenuAlert
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": "6de48b6a-cd39-44ce-b81a-13c5ce6e915e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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": "f6918db4-b36c-49e1-b969-f2c761442a4d", "Alert": "sample string 1", "UserUUIDCur": "dc3ce084-571f-4f7c-b046-8e3c6b700e1d" }, { "CartUUID": "f6918db4-b36c-49e1-b969-f2c761442a4d", "Alert": "sample string 1", "UserUUIDCur": "dc3ce084-571f-4f7c-b046-8e3c6b700e1d" } ]