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_selectDefault value:
buyer_single_selectchoicesstring[]required
BidSheetBuyerSingleSelectCustomerColumn
{
"choices": [
"Choice 1",
"Choice 2",
"Choice 3"
],
"isVisibleToSupplier": true,
"name": "Buyer single select",
"type": "buyer_single_select"
}