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 4 Next »

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identificator of the Currency.
codeStringtrueCode of the Currency (ISO 4217)
nameStringtrueName of the Currency.
nameI18nStringtrueName of the Currency in user language.

JSON representation

{
	"id": 1,
	"code": "EUR",
	"name": "Euro",
    "nameI18n": "Euro"
}
  • No labels