Lot

Lot

{
  "action": "<'CREATE','UPDATE','DELETE'>",
  "object": "LOT",
  "data": {
    "uuid": "UUID (Primary Key)",
    "auction_uuid": "UUID (Primary Key of Auction))",
    "category_uuid": "UUID (Primary Key of Category)",
    "department_uuid": "UUID (Primary Key of Department)",
    "inventory_uuid": "UUID (Primary Key of Inventory)",
    "branch_uuid": "UUID (Primary Key of Branch)",
    "status": "Enum<'lotted','sold','withdrawn','unsold'>",
    "lot_no": "Varchar(10) (Lot number)",
    "quantity": "Integer",
    "low": "Float (Low estimate)",
    "high": "Float (High estimate)",
    "reserve": "Float (Reserve price)",
    "buy_now_price": "Float (Buy Now price)",
    "start_price": "Float (Start price)",
    "images": "List<ImageModel>",
    "dynamic_fields": "<DynamicTranslatableModel>"
  }
}