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": "6e2da761-be43-4c1b-974f-20ced52d010a"
}

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": "c516c822-3f97-4702-9cad-1e9626b042c1",
  "Alert": "sample string 1",
  "UserUUIDCur": "e0e77a8e-2dc7-4072-ad1d-c6fc7ab61e16"
}