Reviews

post/api/Review/votes

Request body

reviewIdstring required
siteIdstring nullable
itemIdstring required
voterIdstring required
namestring nullable
upVoteboolean
downVoteboolean
productImageURLstring nullable
rdboolean

Response

OK

successboolean
datastring nullable

Changes

Changed in 1 of the 2 revisions of this API.4

    • added the new optional request property productImageURL (media type: application/json)

      new-optional-request-property

    • added the new optional request property productImageURL (media type: text/json)

      new-optional-request-property

    • added the new optional request property productImageURL (media type: application/*+json)

      new-optional-request-property

    • added the optional property wf/items/NPS to the response with the 200 status

      response-optional-property-added