POST api/AppDefaultOnEntry/AppGetLeftMenuAlert2

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": "6e7d717c-8c9b-4f8b-8e94-6f6bfee82f85"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LeftMenuAlert
NameDescriptionTypeAdditional information
CartUUID

globally unique identifier

None.

Alert

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "CartUUID": "4ad0cf59-9ccd-4449-9060-34ae96073c3f",
  "Alert": "sample string 1",
  "UserUUIDCur": "9af9d8fa-f8dd-46a3-a4cb-02b4da540865"
}