Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identificator of the Currency.
codestringStringtrueCode of the Currency (ISO 4217)
namestringStringtrueName of the Currency.



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"code": "EUR",
	"name": "Euro"
}