Skip to main content
PATCH
Change a lot

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The lot's id.

Body

application/json
name
string
required
lot_number
string | null

Unique within the auction where given.

description
string | null
category
string | null

Your own word. Nothing is fixed.

starting_bid_cents
integer
bid_increment_cents
integer | null

Overrides the auction's for this lot.

fair_market_value_cents
integer | null

ONLY WHAT A WINNER PAYS ABOVE THIS IS TAX DEDUCTIBLE, and three answers are possible. Omit the field, or send null, to say nobody has worked it out: a receipt can then claim no deductible amount. Send 0 to say the winner receives nothing of value, which makes the whole bid deductible - a claim you are making, and usually right for a donated service. Send a number for what the winner receives. Omitting it and sending 0 are NOT the same thing.

donor_person_id
string | null

Somebody already on your people list.

donor_credit
string | null

Only when it differs from their name on file.

photo_file_ids
string[]
status
enum<string>

unsold means the auction closed and nobody bid, which is different from withdrawn. Both are set by closing, not by hand.

Available options:
available,
withdrawn,
unsold,
sold

Response

The lot.

name
string
required
lot_number
string | null

Unique within the auction where given.

description
string | null
category
string | null

Your own word. Nothing is fixed.

starting_bid_cents
integer
bid_increment_cents
integer | null

Overrides the auction's for this lot.

fair_market_value_cents
integer | null

ONLY WHAT A WINNER PAYS ABOVE THIS IS TAX DEDUCTIBLE, and three answers are possible. Omit the field, or send null, to say nobody has worked it out: a receipt can then claim no deductible amount. Send 0 to say the winner receives nothing of value, which makes the whole bid deductible - a claim you are making, and usually right for a donated service. Send a number for what the winner receives. Omitting it and sending 0 are NOT the same thing.

donor_person_id
string | null

Somebody already on your people list.

donor_credit
string | null

Only when it differs from their name on file.

photo_file_ids
string[]
status
enum<string>

unsold means the auction closed and nobody bid, which is different from withdrawn. Both are set by closing, not by hand.

Available options:
available,
withdrawn,
unsold,
sold
id
string
auction_id
string
created_at
string
updated_at
string