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": "9e3f324a-da33-45bf-be53-b6be5efb859c"
}

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": "4c3728eb-f9b6-4188-b73f-166fa806f8d1",
    "Score": 1,
    "ProductScore": 1
  },
  {
    "Name": "sample string 1",
    "CartUUID": "4c3728eb-f9b6-4188-b73f-166fa806f8d1",
    "Score": 1,
    "ProductScore": 1
  }
]