Remove Review Request

General Purpose

Removes all reviews of a specific item and of a specific user

WSDL

The WSDL file is located under the following URL:
<your address>:<fe_port>/PrimoWebServices/services/reviews?wsdl

Input Parameters

ElementDescriptionValueStructure
removeReviewRequestRoot element of the XML treeno valueroot element
userIduser idstringsub-element of removeReviewRequest
docIdrecord id from the PNX tablestringsub-element of removeReviewRequest

Example Input

<removeReviewRequest xmlns= "http://www.exlibris.com/primo/xsd/wsRequest\" xmlns:uic="http://www.exlibris.com/primo/xsd/primoview/uicomponents\">
   <docId>demo_voyager968394<</docId>
   <userId>demo</userId>
</removeReviewRequest>

Example Output

<TagsAndReviews xmlns="http://com/exlibris/primo/xsd/tagsAndReview/config">
  <ERROR MESSEGE="Remove review action completed successfully" CODE="0"/>
</TagsAndReviews>