RFQCopy command (Business Edition)

Copies an 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, RFQCopy  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 copies RFQ with ID 10015 with all corresponding attachments information.

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

Example 2

The following example copies RFQs with ID 10016, 10044 without all corresponding responses.

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

Behavior

Exception conditions