RFQCreateForNextRound command (Business Edition)

Creates a next round 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, RFQCreateForNextRound  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

origRfqId
(required) The ID of RFQ to be copied.
newRfqName
(required) The name of the new RFQ.
copyAttachment
(required) Whether or not the attachment information is copied over from the original RFQ:
1=Yes
0=No

Example 1

The following example creates a next round RFQ from the RFQ with the ID 10015, with all corresponding attachments information.

     http://myhostname/webapp/wcs/stores/servlet/RFQCreateForNextRound?origRfqId=10015&newRfqName="New RFQ 1"&copyAttachment=1&URL=/

Example 2

The following example creates a next round RFQ from the RFQ with the ID 10016, without any corresponding attachments information.

     http://myhostname/webapp/wcs/stores/servlet/RFQCreateForNextRound?origRfqId=10016&newRfqName="New RFQ 2"&copyAttachment=0&URL=/

Behavior

Exception conditions