Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identificator of the Currency.
codeStringtrueCode of the Currency (ISO 4217)
nameStringtrueName of the Currency.
nameI18nStringtrueName of the Currency in user language.
symbolStringtrueThe UTF-8 symbol for this currency.
decimalPlacesIntegertrueNumber of decimals. Example: if decimalPlaces is 2, then a value would look like "2.00€".

JSON representation

{
	"id": 1,
	"code": "EUR",
	"name": "Euro",
    "nameI18n": "Euro",
	"symbol": "€",
	"decimalPlaces": 2
}
  • No labels