POST api/AppPersonal/AppGetComment

AppGetComment

Request Information

URI Parameters

None.

Body Parameters

AppGetFunCategory
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "8ef829e2-f0ca-42e6-a091-1b491c4e85d8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetComment_Response
NameDescriptionTypeAdditional information
Name

string

None.

CartUUID

globally unique identifier

None.

Score

integer

None.

ProductScore

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "CartUUID": "e0ca714e-1fcf-4b43-b42a-a5dd94396f90",
    "Score": 1,
    "ProductScore": 1
  },
  {
    "Name": "sample string 1",
    "CartUUID": "e0ca714e-1fcf-4b43-b42a-a5dd94396f90",
    "Score": 1,
    "ProductScore": 1
  }
]