Forum Discussion
DougS
13 years agoKhoros Oracle
Here's the call you need to make to post a review:
/restapi/vc/products/id/
{product id}/discussion/reply
I believe the reason behind why it's discussion/reply is that in our object model, each product is associated with a "root" (or "topic") message, and each product review is equivilant to a "reply" to that topic message.
You can find more information about the REST call (what parameters you can pass to the call, etc.) in our REST docs.
I hope that helps!
-Doug
derduher
13 years agoContributor
Any idea how to mark the review as helpful?
Thanks I see the how to post a review in the docs now.