WebSphere Commerce Enterprise

RFQSubmit URL

Submits 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 of RFQ to be submitted.

Example

The following example submits the RFQ with ID 10001.


    
http://myhostname/webapp/wcs/stores/servlet/RFQSubmit?offering_id=10002&URL=/

Behavior

  • Checks if the supplied RFQ already exists in the database.
  • Modifies the status of the RFQ and updates the activation time.

Exception conditions

  • The parameter offering_id must be specified.