SupplierCurrencyColumnsNoExchangeRatesError
Indicates that supplier currency columns were found but there are no exchange rates in the project.
This is to avoid the undesired situation in which the supplier is expected to fill a currency column but there's only one single option as the buyer forgot to add any exchange rates.
typeTyperequired
Constant value:
supplier_currency_columns_no_ratesDefault value:
supplier_currency_columns_no_ratessupplierCurrencyColumnNamesstring[]required
The names of the supplier currency columns that were found.
SupplierCurrencyColumnsNoExchangeRatesError
{
"type": "supplier_currency_columns_no_rates",
"supplierCurrencyColumnNames": [
"string"
]
}