Skip to main content

BidSheetFormulaCustomerColumn

Price formula column.

namestringrequired

The name of the bid sheet column.

Possible values: <= 255 characters

typestring
Constant value: formula
Default value: formula
calculationstringrequired

Formula represented with human-readable column names, e.g. 'Volume' * 'Price'.

isVisibleToSupplierboolean
Constant value: true
Default value: true
BidSheetFormulaCustomerColumn
{
"calculation": "'Price' * 1.05",
"isVisibleToSupplier": true,
"name": "Price with VAT",
"type": "formula"
}