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


RFQToOrderCreate URL

Converts an RFQ to an order.


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, RFQToOrderCreate , 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

offering_id

Required: The internal identification of the RFQ.

response_id

Required: The internal identification of the RFQ response.

BillingAddress

Required: The billing address.

paymentTCId

Required: The internal identification of payment TC.

policyId

Required: The internal identification of policy.

cardBrand

Required: The card brand.

responseProductEvalId_i

Required: The internal identification of the nth RFQ response product evaluation.

ShipAddress_i

Required: The shipping address for the nth product.

ShipMode_i

The internal identification of shipping mode for the nth product.

cardNumber

Optional:The card number.

cardExpiryMonth

Optional:The card expiry month.

cardExpiryYear

Optional:The card expiry year.


Example

The following example creates an order from an RFQ response with the ID 10005.

    
http://myhostname/webapp/wcs/stores/servlet/RFQToOrderCreate?offering_id=10001&response_id=10005
 
       
&BillingAddress=billAddressHere&paymentTCId=1001&policyId=123&cardBrand=VISA
       
&responseProductEvalId_1=10015&ShippingAddress_1=ShipAddressHere&ShippingMode_1=123
       
&cardNumber=4111111111111111&cardExpiryMonth=05&cardExpiryYear=2003&URL=/


Behavior


Exception conditions


+

Search Tips   |   Advanced Search