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.
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¤cy_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¤cy_1=USD&quantity_1=10&quantityunit_1=C62& &rfqprod_id_2=10005&price_2=23¤cy_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.