POST api/AppPersonal/AppGetComment
AppGetComment
Request Information
URI Parameters
None.
Body Parameters
AppGetFunCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "24e4a917-fc0d-4547-baf3-ab16ee57140c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetComment_Response| Name | Description | Type | Additional 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": "ec3d3866-3df8-4c09-80fc-6e983eef3922",
"Score": 1,
"ProductScore": 1
},
{
"Name": "sample string 1",
"CartUUID": "ec3d3866-3df8-4c09-80fc-6e983eef3922",
"Score": 1,
"ProductScore": 1
}
]