RFQTargetListAdd URL
Adds stores to the target list of the RFQ.
URL structure
- http:// host_name/path/
- The fully qualified name of your HCL Commerce Server and the configuration path.
Parameter values
- offering_id
- Required: The internal identification of the RFQ.
- targetStoreId
- Required: The internal identification of the target store. This parameter can be repeated.
Example
The following example adds stores to the target list of the RFQ.
http://myhostname/webapp/wcs/stores/servlet/RFQTargetListAdd?offering_id=10001&targetStoreId=10005&targetStoreId=10006&URL=/
Behavior
- Checks if the supplied RFQ exists in the database.
- Calls the AddTargetListCmd task command to add the stores to the target list of the RFQ.
Exception conditions
- The parameter offering_id must be specified.
- The parameter targetStoreId must be specified.