POST api/AppDefaultOnEntry/AppGetLeftMenuAlert

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": "1af9d538-0aec-4f81-b954-00fde4c86d43"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of LeftMenuAlert
NameDescriptionTypeAdditional information
CartUUID

globally unique identifier

None.

Alert

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CartUUID": "b9fff1d2-e6da-4c74-9d67-fba4d1d55219",
    "Alert": "sample string 1",
    "UserUUIDCur": "704a18d9-408a-440b-8b2b-762567a26e5c"
  },
  {
    "CartUUID": "b9fff1d2-e6da-4c74-9d67-fba4d1d55219",
    "Alert": "sample string 1",
    "UserUUIDCur": "704a18d9-408a-440b-8b2b-762567a26e5c"
  }
]