BidSheetFormulaCustomerColumn
Price formula column.
nameNamerequired
The name of the bid sheet column.
Possible values: <= 255 characters
typeType
Constant value:
formulaDefault value:
formulacalculationCalculationrequired
Formula represented with human-readable column names, e.g. 'Volume' * 'Price'.
isVisibleToSupplierIsvisibletosupplier
Constant value:
trueDefault value:
trueBidSheetFormulaCustomerColumn
{
"calculation": "'Price' * 1.05",
"isVisibleToSupplier": true,
"name": "Price with VAT",
"type": "formula"
}