Skip to main content

BidSheetBuyerSingleSelectCustomerColumn

Single-select column. Values are input by the buyer.

namestringrequired

The name of the bid sheet column.

Possible values: <= 255 characters

isVisibleToSupplierbooleanrequired

Whether this buyer-side column is visible to the supplier.

typestring
Constant value: buyer_single_select
Default value: buyer_single_select
choicesstring[]required
BidSheetBuyerSingleSelectCustomerColumn
{
"choices": [
"Choice 1",
"Choice 2",
"Choice 3"
],
"isVisibleToSupplier": true,
"name": "Buyer single select",
"type": "buyer_single_select"
}