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": "6cb7b6b8-52d8-4891-90a5-8e270383e6c3"
}

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": "10a67ab2-930d-421f-adce-0bcc64bd016a",
  "Alert": "sample string 1",
  "UserUUIDCur": "f8e38aa8-3d1e-4580-a418-19e172e7b9cc"
}