POST api/AppDefaultOnEntry/AppGetLeftMenuAlert

AppGetLeftMenuAlert

Request Information

URI Parameters

None.

Body Parameters

App_GetOpenLive
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "bb56a38d-dd63-4191-b9b8-f8a15477bdc3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of LeftMenuAlert
NameDescriptionTypeAdditional information
CartUUID

globally unique identifier

None.

Alert

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CartUUID": "90249acd-64c7-4178-b8d5-034b97f2bdaf",
    "Alert": "sample string 1",
    "UserUUIDCur": "50044101-e4e4-454d-b930-366342be637a"
  },
  {
    "CartUUID": "90249acd-64c7-4178-b8d5-034b97f2bdaf",
    "Alert": "sample string 1",
    "UserUUIDCur": "50044101-e4e4-454d-b930-366342be637a"
  }
]