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": "08275566-3c4d-4a0d-91aa-2a5b129e8b59"
}
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": "706cffc4-25ef-4d58-8cdb-7b4a3f0de67b",
"Score": 1,
"ProductScore": 1
},
{
"Name": "sample string 1",
"CartUUID": "706cffc4-25ef-4d58-8cdb-7b4a3f0de67b",
"Score": 1,
"ProductScore": 1
}
]