WebSphere Commerce Enterprise

RFQPriceAdjustmentOnCategoryRemove URL

Removes a price adjustment on a category in the RFQ.

URL structure

http:// host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path.

Parameter values

offering_id
Required: The ID to uniquely identifies the RFQ.
catalogId
Optional: The internal reference number of the catalog for price adjustment negotiation on the category to be removed from this RFQ.
categoryId
Optional: The internal reference number of the category for price adjustment negotiation to be removed from this RFQ.

Example

The following example adds a category to the RFQ with ID 10005:


http://myhostname/webapp/wcs/stores/servlet/RFQPriceAdjustmentOnCategoryRemove?
offering_id=10001&catalogId=10001&categoryId=10005&URL=/

Behavior

  • Removes information about price adjustment on categories in the PriceTCMasterCatalogWithFiltering term and condition.
  • Calls the com.ibm.commerce.utf.commands.CreateRFQPriceAdjustmentTCCmd task command to remove the term and condition for the price adjustment negotiation if this is the only one price adjustment category in this RFQ.
  • Calls the com.ibm.commerce.utf.commands.ModifyRFQPriceAdjustmentTCCmd task command to update the term and condition for the price adjustment negotiation if there is more than one price adjustment categories in this RFQ.

Exception conditions

  • The parameter offering_id must be specified.