Reference > Shop flow URLs > Trading subsystem URLs > Request for Quote (RFQ) > RFQ URLs
RFQSubmit URL
Submits the RFQ.
URL structure
- http:// host_name/path/
- The fully qualified name of the WebSphere Commerce Server and the configuration path.
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 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.