Skip to main content

BidSheetPriceCustomerColumnToCreateOrUpdate

Price 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: price
    Default value: price
    linkedCurrency object

    The name of the currency column linked to this price column.

    anyOf
    string
    BidSheetPriceCustomerColumnToCreateOrUpdate
    {
    "bidOptions": [
    "On-spec",
    "Off-spec"
    ],
    "isRequired": false,
    "name": "Price",
    "type": "price"
    }