Reference > Shop flow URLs > Trading subsystem URLs > Auction URLs
DisplayAuctionRules URL
Displays the rules associated with a particular auction. All bidders must view the rules once before bidding.
URL structure
name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />
- http:// host_name/path/
- The fully qualified name of the WebSphere Commerce Server and the configuration path
Parameter values
- aucrfn
- Required: The reference number of the auction for which rules are to be displayed.
Example
This example displays all of the rules for auction 200122:
http://myhostname/webapp/wcs/stores/servlet/DisplayAuctionRules?aucrfn=200122
Behavior
- Calls the AuctionAccessBean to validate the auction reference number.
- Gets the rule page from the AuctionAccessBean.
- Calls the ForwardView command to display the auction rule page.
Exception Conditions
- Throws ECSystemException if the rule page is incorrect.
- Throws ECApplicationException if the auction does not exist.
Related concepts
Related tasks
Related reference