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": "c1ab5fb8-ee82-4ad8-bd5c-4c4ea5778086"
}

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": "e6890763-49fb-4184-9b7b-d797f936be35",
  "Alert": "sample string 1",
  "UserUUIDCur": "81e5d23e-76c5-4db7-a2c1-b0a79d27f703"
}