The internal product id of the review. Or if the review is for some other entity, then it is the entity Id.
The review score, if scores are kept. It is up to the application to define the score range.
Number of likes. See UpdateProductReviewLikes for information about how to update this.
Number of dislikes. See UpdateProductReviewLikes for information about how to update this.
{ "Id": 0, "ReferenceId": 0, "Name": "string", "Email": "string", "Text": "string", "Url": "string", "ImagePath": "string", "Score": 0, "Date": "2019-08-24T14:15:22Z", "Likes": 0, "Dislikes": 0, "IsPublished": true }