Removes product comments from an item in the RFQ.
Command structure
- http://host_name/path/
- The fully qualified name of your WebSphere Commerce Server and the configuration path.
Parameter values
- pAttrValueId
- (required) The internal identification of the value of personalized attribute.
Example
The following example removes the product comment with the ID 10001 from the RFQ product.
http://myhostname/webapp/wcs/stores/servlet/RFQItemCommentRemove?pAttrValueId=10001&URL=/
Behavior
- Checks if the supplied RFQ product comment exists in the database.
- Calls the DeletePAttributeValueCmd task command to remove the product comment from the RFQ product.
Exception conditions
- The parameter pAttrValueId must be specified.