RFQItemUpdate command (Business Edition)

Updates product information in an RFQ.

Command structure

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

Diagram of the command structure: the command starts with the fully qualified name of your WebSphere Commerce Server and the configuration path, followed by the command name, RFQItemUpdate  and the ? character. End the command with a list of parameters in the form of name value pairs. Separate each name value pair with the & character. For a detailed description of the parameters and their values, refer to the list entitled Parameter values.

Parameter values

offering_id
(required) The ID of RFQ.
categoryId_i
(optional) The internal reference number of category used to group the nth item in the RFQ.
subst_i
(optional) Indicate 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 of the nth product included in the RFQ.
price_i
(optional) The requested price for the nth product included in this RFQ.
currency_i
(optional) The type of currency in which the price has been specified for the nth product included in this RFQ.
quantity_i
(optional) The quantity requested for the nth product included in this RFQ.
quantityunit_i
(optional) The unit of measure for the quantity requested for the nth product included in 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

Exception conditions