UnknownCurrenciesError
Indicates that unknown currency codes were encountered in the data.
typeTyperequired
Constant value:
unknown_currenciesDefault value:
unknown_currenciesunknownCurrenciesstring[]required
The unknown currency codes. This could either be invalid currency codes or currency codes that are supported by archlet.
columnsWithUnknownCurrenciesstring[]required
The names of the columns containing unknown currency codes.
validCurrenciesInProjectstring[]required
The available currency codes in the project. A combination of the project currency and the currencies defined in the exchange rates of the project.
UnknownCurrenciesError
{
"type": "unknown_currencies",
"unknownCurrencies": [
"string"
],
"columnsWithUnknownCurrencies": [
"string"
],
"validCurrenciesInProject": [
"string"
]
}