BidSheetTotalCostFormulaCustomerColumnToCreateOrUpdate
Total cost 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:
total_cost_formulaDefault value:
total_cost_formulacalculationCalculationrequired
Formula represented with human-readable column names.
BidSheetTotalCostFormulaCustomerColumnToCreateOrUpdate
{
"calculation": "'Price with VAT' * 'Volume'",
"name": "Total Cost",
"type": "total_cost_formula"
}