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": "9d7424ee-39b7-48ae-a5b4-ad19df49a1d6"
}

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": "a805148f-10a3-4e1f-979b-48dc23b20204",
    "Score": 1,
    "ProductScore": 1
  },
  {
    "Name": "sample string 1",
    "CartUUID": "a805148f-10a3-4e1f-979b-48dc23b20204",
    "Score": 1,
    "ProductScore": 1
  }
]