WebSphere Commerce Enterprise

RFQItemSpecificationRemove URL

Removes a product specification from an item in an RFQ.

URL 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 the personalized attribute.

Example

The following example removes product specifications with the ID 10001 from the RFQ product.


    
http://myhostname/webapp/wcs/stores/servlet/RFQItemspecificationRemove?pAttrValueId=10001&URL=/

Behavior

  • Checks if the supplied RFQ product specification exists in the database.
  • Calls the DeletePAttributeValueCmd task command to remove the product specification from the RFQ product.

Exception conditions

  • The parameter pAttrValueId must be specified.