CurrencyEntryList Data Type

Properties
name data type constraints description
entries array of CurrencyEntry   Die Liste aller Währungen
rowCount number required

Example

{
  "entries" : [ {
    "description" : "...",
    "cnr" : "..."
  }, {
    "description" : "...",
    "cnr" : "..."
  } ],
  "rowCount" : 12345
}