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": "0767ee97-5591-462a-b578-45da50b7faf8"
}

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": "bf519dfa-0e1d-4a4c-a91e-1115c9f2d700",
    "Score": 1,
    "ProductScore": 1
  },
  {
    "Name": "sample string 1",
    "CartUUID": "bf519dfa-0e1d-4a4c-a91e-1115c9f2d700",
    "Score": 1,
    "ProductScore": 1
  }
]