WebSphere Commerce Enterprise

RFQItemUpdate URL

Updates product information in an 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 identify the RFQ.
categoryId_i
Optional: The internal reference number of the category used to group the nth item included with this RFQ.
subst_i
Optional: Indicates if the nth product can be substituted in the response: 0=This product cannot be substituted 1=This product can be substituted
prodName_i
Optional: The name of the nth product.
rfqprod_id_i
Optional: The internal identification ID of the nth product included with this RFQ.
negotiationType_i
Optional: The negotiation type for the nth product included with this RFQ.
price_i
Optional: The requested price for the nth product included with this RFQ.
percentagePrice_i
Optional: The requested price adjustment for the nth product included with this RFQ.
currency_i
Optional: The type of currency in which the price has been specified for the nth product included with this RFQ.
quantity_i
Optional: The quantity requested for the nth product included with this RFQ.
quantityunit_i
Optional: The unit of measure for the quantity requested for the nth product included with this RFQ.

Example 1

The following example updates one RFQ product with ID 10001.


    
http://myhostname/webapp/wcs/stores/servlet/RFQItemUpdate?offering_id=10001&categoryId_1=Tools&subst_1=0
       
&rfqprod_id_1=10005&price_1=12&currency_1=USD&quantity_1=10&quantityunit_1=C62&URL=/

Example 2

The following example updates two RFQ products.


    
http://myhostname/webapp/wcs/stores/servlet/RFQItemUpdate?offering_id=10001&categoryId_1=Tools&subst_1=1
       
&rfqprod_id_1=10005&price_1=12&currency_1=USD&quantity_1=10&quantityunit_1=C62&
       
&rfqprod_id_2=10005&price_2=23&currency_2=USD&quantity_2=20&quantityunit_2=C62&URL=/

Behavior

  • Checks if the supplied RFQ product already exists in the database.
  • Calls the UpdateRFQCatentryRelCmd task command to updates the products in the RFQ.

Exception conditions

  • The parameter offering_id must be specified.
  • The parameter rfqprod_id_i must be specified.