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": "6cb47c4d-b737-4296-b843-ecb9807e940e"
}

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": "9eb06846-0e2d-4a5a-9ad4-b9c3fabc5fe1",
  "Alert": "sample string 1",
  "UserUUIDCur": "d12780d5-7784-49ef-9f39-1ab28223f4fc"
}