BidSheetFormulaCustomerColumnToCreateOrUpdate
Price formula column. Values are populated automatically from calculation. This column is always visible to the supplier.
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'.
BidSheetFormulaCustomerColumnToCreateOrUpdate
{
"calculation": "'Price' * 1.05",
"name": "Price with VAT",
"type": "formula"
}