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": "20540245-0b55-4e0a-a227-2851f60fdd7b" }
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": "45945c54-24fb-4934-9804-71e4bc521d7a", "Score": 1, "ProductScore": 1 }, { "Name": "sample string 1", "CartUUID": "45945c54-24fb-4934-9804-71e4bc521d7a", "Score": 1, "ProductScore": 1 } ]