Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.18 KB

File metadata and controls

68 lines (45 loc) · 1.18 KB

Lot

Lot

Schema

id

string, auto-generated

title

string, multilingual

The name of the tender lot.

description

string, multilingual

Detailed description of tender lot.

value

value, required

Total available tender lot budget. Bids greater then value will be rejected.

guarantee

Guarantee

Bid guarantee

minimalStep

value, required

The minimal step of auction (reduction). Validation rules:

  • amount should be less then Lot.value.amount
  • currency should either be absent or match Lot.value.currency
  • valueAddedTaxIncluded should either be absent or match Lot.value.valueAddedTaxIncluded
auctionPeriod

period, read-only

Period when Auction is conducted.

auctionUrl

url

A web address for view auction.

status

string

active

Active tender lot (active)

unsuccessful

Unsuccessful tender lot (unsuccessful)

complete

Complete tender lot (complete)

cancelled

Cancelled tender lot (cancelled)

Status of the Lot.