Reference > Shop flow URLs > Trading subsystem URLs > Request for Quote (RFQ) > RFQ URLs
RFQModifyBasic URL
Updates the general information of 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.
- name
- Required: The name of the new RFQ.
- shortdesc
- Optional:The short description for the new RFQ.
- longdesc
- Optional:The long description for the new RFQ.
- endresult
- Optional:Indicates what happens to the RFQ: 0=RFQ results in a contract 1=RFQ results in an order
- startdate
- Optional:The date the RFQ was posted or activated.
- starttime
- Optional:The time the RFQ was posted or activated.
- ruletype
- Required: RFQ closing rules: 1=RFQ closes at a fixed end time 2=RFQ closes if a specified number of responses are received 3=RFQ closes based on logical OR if 1 and 2 4=RFQ closes based on logical AND if 1 and 2
- enddate
- Optional:The date the RFQ was closed.
- endtime
- Optional:The time the RFQ was closed.
- numResponses
- Optional:This RFQ will be closed when this number of the responses have been received.
- accessType
- Optional: Indicates to what the RFQ is targeted:
- 0
- public
- 1
- private
- account_id
- Optional: The account id used for this RFQ.
Example
The following example modifies information in the RFQ.
http://myhostname/webapp/wcs/stores/servlet/RFQModifyBasic?offering_id=10002&name=RFQ1000&shortdesc=RFQ &endresult=0&startdate=2003-04-15&starttime=08:00&ruletype=1&enddate=2003-04-15&endtime=08:00 &numResponses=1&accessType=1&acoount_id=10001&URL=/
Behavior
- Checks if the supplied RFQ already exists in the database.
- Calls the com.ibm.commerce.utf.commands.ModifyRFQBasicInfoCmd task command to create basic RFQ Information.
Exception conditions
- The parameter offering_id must be specified.