POST api/AppPersonal/AppGetComment
AppGetComment
Request Information
URI Parameters
None.
Body Parameters
AppGetFunCategoryName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "06cf2a89-e359-49b8-a85a-1b0f1d9902b5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetComment_ResponseName | 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": "aa097746-7a1c-4ddf-a054-77596fab179f", "Score": 1, "ProductScore": 1 }, { "Name": "sample string 1", "CartUUID": "aa097746-7a1c-4ddf-a054-77596fab179f", "Score": 1, "ProductScore": 1 } ]