Update product review by id
Update product review by id
Authorizations:Token
Query Parameters
id required | integerId value of the Review object |
Request Body Schema:
Review object that needs to be added id | integerReview Unique ID |
review | stringReview text |
response | stringResponse text |
rating | stringReview rating |
additionDate | integerAddition date (UNIX timestamp) |
responseDate | integerRespond date (UNIX timestamp) |
profile | |
respondent | |
reviewerName | stringReviewer name |
status | stringReview status |
product | |
ip | stringRemote inet_pton |
useForMeta | booleanUse for meta flag |
isNew | booleanFlag: New review (flag has reset after admin view the review in the list) |
xcPendingExport | booleanFlag to exporting entities |
Responses
200Success
Response schema:
Success id | integerReview Unique ID |
review | stringReview text |
response | stringResponse text |
rating | stringReview rating |
additionDate | integerAddition date (UNIX timestamp) |
responseDate | integerRespond date (UNIX timestamp) |
profile | |
respondent | |
reviewerName | stringReviewer name |
status | stringReview status |
product | |
ip | stringRemote inet_pton |
useForMeta | booleanUse for meta flag |
isNew | booleanFlag: New review (flag has reset after admin view the review in the list) |
xcPendingExport | booleanFlag to exporting entities |