Skip to main content

BidSheetSupplierTextCustomerColumnToCreateOrUpdate

Text column. Values are input by the supplier. This column is always visible to the supplier.

nameNamerequired

The name of the bid sheet column.

Possible values: <= 255 characters

isRequiredIsrequiredrequired

Whether this column is required when the supplier submits a bid. When bid_options lists specific options, the 'required' only applies to those options; offers for other bid options may legitimately have no value. When bid_options is null, the same value applies across all bid-option rows.

bidOptions object

Bid options assigned to this column. If null, the column does not accept bid options. The bid options stated must be a subset of the bid options assigned to the bid sheet.

anyOf
  • Array [
  • string
  • ]
  • typeType
    Constant value: supplier_text
    Default value: supplier_text
    BidSheetSupplierTextCustomerColumnToCreateOrUpdate
    {
    "bidOptions": [
    "On-spec",
    "Off-spec"
    ],
    "isRequired": false,
    "name": "Supplier text",
    "type": "supplier_text"
    }