Reference > Shop flow URLs > Trading subsystem URLs > Request for Quote (RFQ) > RFQ URLs
RFQItemSpecificationRemove URL
Removes a product specification from an item in an RFQ.
URL structure
- http:// host_name/path/
- The fully qualified name of the WebSphere Commerce Server and the configuration path.
name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />
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.