Skip to main content

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_formula
Default value: total_cost_formula
calculationCalculationrequired

Formula represented with human-readable column names.

BidSheetTotalCostFormulaCustomerColumnToCreateOrUpdate
{
"calculation": "'Price with VAT' * 'Volume'",
"name": "Total Cost",
"type": "total_cost_formula"
}