Skip to main content

BidSheetSingleSelectCustomerColumn

Single-select column. Values are input by 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: single_select
    Default value: single_select
    choicesstring[]required
    isVisibleToSupplierIsvisibletosupplier
    Constant value: true
    Default value: true
    BidSheetSingleSelectCustomerColumn
    {
    "bidOptions": [
    "On-spec",
    "Off-spec"
    ],
    "choices": [
    "Choice 1",
    "Choice 2",
    "Choice 3"
    ],
    "isRequired": false,
    "isVisibleToSupplier": true,
    "name": "Single select",
    "type": "single_select"
    }