Skip to main content

BidSheetSupplierNumberCustomerColumnToCreateOrUpdate

Number 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_number
    Default value: supplier_number
    BidSheetSupplierNumberCustomerColumnToCreateOrUpdate
    {
    "bidOptions": [
    "On-spec",
    "Off-spec"
    ],
    "isRequired": false,
    "name": "Supplier number",
    "type": "supplier_number"
    }