Posts a new auction.
Interaction category: auction
Throttled.
Command.Auction.Post(item, time, bid, buyout) | |||
Command.Auction.Post(item, time, bid, buyout, callback) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
bid | parameter | number | The minimum bid for the new auction, in silver. |
buyout | parameter | number/nil | The buyout for the new auction, in silver. nil if no buyout is desired. |
callback | parameter | callbackfunction | A standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details. |
item | parameter | item | The ID of the item to be auctioned. |
time | parameter | number | The duration that the auction should last, in hours. Valid values are limited to 12, 24, and 48. |