Skip to main content

CurrenciesNotInProjectError

Indicates that currency codes with undefined exchange rate were encountered in the data.

typeTyperequired
Constant value: currencies_not_in_project
Default value: currencies_not_in_project
currenciesNotInProjectstring[]required

The currency codes with undefined exchange rate in the project

columnsWithCurrenciesNotInProjectstring[]required

The names of the columns containing currency codes with undefined exchange rate in the project

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.

CurrenciesNotInProjectError
{
"type": "currencies_not_in_project",
"currenciesNotInProject": [
"string"
],
"columnsWithCurrenciesNotInProject": [
"string"
],
"validCurrenciesInProject": [
"string"
]
}