BidOptionsAssignedToNonSupplierColumnError
Indicates that bid options are assigned to a column that is not marked as input by supplier.
typeTyperequired
Constant value:
bid_options_assigned_to_non_supplier_columnDefault value:
bid_options_assigned_to_non_supplier_columncolumnNameColumnnamerequired
The name of the column with bid options that is not marked as supplier.
inputByInputbyrequired
The actual input_by value of the column.
BidOptionsAssignedToNonSupplierColumnError
{
"type": "bid_options_assigned_to_non_supplier_column",
"columnName": "string",
"inputBy": "string"
}