TenantEntryList Data Type

Properties
name data type description
entries array of TenantEntry Eine Liste aller Mandanten

Example

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