Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.12 KB

File metadata and controls

63 lines (42 loc) · 1.12 KB

Lot

Lot

Schema

id

string, autogenerated

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.

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

Enquiries period (enquiries)

unsuccessful

Unsuccessful tender (unsuccessful)

complete

Complete tender lot (complete)

cancelled

Cancelled tender lot (cancelled)

Status of the Lot.