Remove Review Request
General Purpose
The remove reviews request removes all reviews for a specific user and item.
Input Parameters
Element | Description | Value |
---|---|---|
userId | User ID. | string |
docId | Record id from the PNX table. | string |
Output Parameters
The output of this request contains the success or failure acknowledgement for this request.
Element | Description | Value |
---|---|---|
TagsAndReviews | Root element of the XML tree. | no value |
error | This element contains the message attribute, which contains a success or failure message. | string |
Input example
http://primo:170X/PrimoWebServices/xservice/reviews/remove?userId=demo&docId=demo_voyager968394
Output example
<TagsAndReviews xmlns="http://com/exlibris/primo/xsd/tagsAndReview/config"> <ERROR MESSEGE="Remove review action completed successfully" CODE="0"/> </TagsAndReviews>