Auction Create
Description
Create a timed or webcast auction within the Webtron system.
Making a request
URL
/auctions
HTTP Method
POST
Headers
Key | Value |
---|---|
BDXAPI_NAME | Webtron API Signature |
Content-Type | application/json |
Path Parameters
Parameter | Value |
---|---|
AuctionApiModelRequest | Auction Model object |
Examples
Call
{
"chargesTaxRate": 0,
"auctionStartTime": 0,
"featured": true,
"viewingStartDate": 0,
"staggerEndTimes": true,
"extension": 0,
"buyNowCutoff": 0,
"description": "string",
"auctioneerId": 0,
"type": "EventAuction",
"title": "string",
"hammerTaxRate": 0,
"clearanceEndDate": 0,
"webcastInPreBiddingEnabled": true,
"staggerEndTimeIncrementStepSizeInLots": 0,
"staggerEndTimeIncrementInSeconds": 0,
"clearanceStartDate": 0,
"currency": {
"id": 0
},
"live": true,
"buyersPremium": 0,
"viewingComment": "string",
"auctionClosingTime": 0,
"viewByAppointment": "NO_APPOINTS_ONLY_DATES",
"salesTaxRequired": true,
"timeZone": "string",
"viewingEndDate": 0,
"bpTaxRate": 0,
"location": {
"city": "string",
"countryCode": "string",
"latitude": "string",
"county": "string",
"postcode": "string",
"addressLine1": "string",
"addressLine2": "string",
"longitude": "string"
},
"clearanceComment": "string"
}
Response (200)
{
"chargesTaxRate": 0,
"auctionStartTime": 0,
"featured": true,
"viewingStartDate": 0,
"staggerEndTimes": true,
"extension": 0,
"buyNowCutoff": 0,
"description": "string",
"buyersPremiumRequired": true,
"type": "EventAuction",
"title": "string",
"hammerTaxRate": 0,
"clearanceEndDate": 0,
"auctioneer": {
"name": "string",
"id": 0
},
"staggerEndTimeIncrementStepSizeInLots": 0,
"staggerEndTimeIncrementInSeconds": 0,
"clearanceStartDate": 0,
"currency": {
"symbol": "string",
"code": "string",
"name": "string",
"id": 0
},
"id": 0,
"live": true,
"buyersPremium": 0,
"webcastPreBidding": true,
"viewingComment": "string",
"auctionClosingTime": 0,
"viewByAppointment": "NO_APPOINTS_ONLY_DATES",
"salesTaxRequired": true,
"timeZone": "string",
"viewingEndDate": 0,
"bpTaxRate": 0,
"location": {
"city": "string",
"countryCode": "string",
"latitude": "string",
"county": "string",
"postcode": "string",
"addressLine1": "string",
"addressLine2": "string",
"longitude": "string"
},
"clearanceComment": "string"
}
Response (400)
{
"errors": [
{
"message": "string"
}
]
}
Response (401, 404, 500)
{
"message": "string"
}