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
Element | Description | Value | Structure |
---|---|---|---|
removeReviewRequest | Root element of the XML tree | no value | root element |
userId | user id | string | sub-element of removeReviewRequest |
docId | record id from the PNX table | string | sub-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>