POST V2/CMS/GetOtherComments
Request Information
URI Parameters
None.
Body Parameters
SearchCommentsInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Sku | string |
None. |
|
| ShopperId | string |
None. |
|
| ContentId | integer |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sku": "sample string 1",
"ShopperId": "sample string 2",
"ContentId": 3,
"Page": 4,
"PageSize": 5,
"Offset": 15,
"SortName": "sample string 6",
"SortOrder": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PageDataOfOtherCommentView| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of OtherCommentView |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample: