Command.Auction.Post

Posts a new auction.

Usage:

Interaction category: auction

Throttled.

Command.Auction.Post(item, time, bid, buyout)
Command.Auction.Post(item, time, bid, buyout, callback)
ParameterTypeDatatypeDescription
bidparameternumberThe minimum bid for the new auction, in silver.
buyoutparameternumber/nilThe buyout for the new auction, in silver. nil if no buyout is desired.
callbackparametercallbackfunctionA standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details.
itemparameteritemThe ID of the item to be auctioned.
timeparameternumberThe duration that the auction should last, in hours. Valid values are limited to 12, 24, and 48.