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


RFQCreateForNextRound URL

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

origRfqId

Required: The ID of RFQ to be copied.

newRfqName

Required: The name of the new RFQ.

copyAttachment

Required: Whether 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


+

Search Tips   |   Advanced Search