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": "e7966bd1-1f25-40da-a9ee-47354bd4d690"
}

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": "f38d2da5-2605-485f-982c-e3f1ed81e3bf",
    "Alert": "sample string 1",
    "UserUUIDCur": "01f20e7e-8ecc-4676-b2eb-1bab07af30bb"
  },
  {
    "CartUUID": "f38d2da5-2605-485f-982c-e3f1ed81e3bf",
    "Alert": "sample string 1",
    "UserUUIDCur": "01f20e7e-8ecc-4676-b2eb-1bab07af30bb"
  }
]