Reference > Shop flow URLs > Trading subsystem URLs > Request for Quote (RFQ) > RFQ URLs


RFQItemUpdate URL

Updates product information in an RFQ.


URL structure

http:// host_name/path/

The fully qualified name of the WebSphere Commerce Server and the configuration path.

Diagram of the URL structure: The URL starts with the fully qualified name of the WebSphere Commerce Server and the configuration path, followed by the URL name, RFQItemUpdate , and the ? character. End the URL with a list of parameters in the form of name-value pairs. Separate each <a href=name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />


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


Exception conditions


+

Search Tips   |   Advanced Search