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": "c3646c8a-9884-4fa9-b42b-4490a5601de7" }
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": "a2051636-04f3-4a7c-9889-1bdf4ab10935", "Alert": "sample string 1", "UserUUIDCur": "bb39ec9f-2ad4-4fc8-a6fc-5d5d430a91bb" }, { "CartUUID": "a2051636-04f3-4a7c-9889-1bdf4ab10935", "Alert": "sample string 1", "UserUUIDCur": "bb39ec9f-2ad4-4fc8-a6fc-5d5d430a91bb" } ]