DisplayAuctionRules URL
Displays the rules associated with a particular auction. All bidders must view the rules once before bidding.
URL structure
- http:// host_name/path/
- The fully qualified name of your 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 invalid.
- Throws ECApplicationException if the auction does not exist.
Related concepts
AuctionsRelated tasks
Enabling auctionsRelated reference
AutoBidCreateForm URL
AutoBidSubmit URL
AutoBidUpdateForm URL
AutoBidDelete URL
BidCreateForm URL
BidDelete URL
BidSubmit URL
BidUpdateForm URL
CloseBidding URL
DeleteMail URL
DisplayMessage URL
DisplayAuctionItem URL
DoAuctionNotify URL
FinalizeAuction URL
GalleryDelete URL
ModifyForumMessageList URL
MonitorAuctions URL
ProcessAutoBids URL
ProcessDutchBids URL
ProcessOpenCryBids URL
ShopperCreateForumMessage URL
UpdateGallery URL
CompleteOrder URL
Trading subsystem URLs