Skip to main content

BidSheetFormulaCustomerColumn

Price formula column.

nameNamerequired

The name of the bid sheet column.

Possible values: <= 255 characters

typeType
Constant value: formula
Default value: formula
calculationCalculationrequired

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

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