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": "826f7081-fa87-4c10-8aeb-0a2324ee1f9a"
}

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": "13fcf568-6f86-41fc-8e7c-7a414af9cfab",
    "Score": 1,
    "ProductScore": 1
  },
  {
    "Name": "sample string 1",
    "CartUUID": "13fcf568-6f86-41fc-8e7c-7a414af9cfab",
    "Score": 1,
    "ProductScore": 1
  }
]