Tenants

Field NULL Description Note
tenantId
string
  The user-selected id of the tenant  
name
string
  The name of the tenant  
description
string
  The description of the tenant  
active
boolean
  Is the tenant active  
modules
string
  The selected modules for the tenant, encrypted  
tenantModules
array of strings
  An array of selected module names for the tenant  
permission
object
  A Permission object  

tenantGroups
array of objects

New in version 3.11.0.

  An array of TenantGroup objects  

Inherited fields:

Entity

Field NULL Description Note
id
string (GUID)
  The id of this object
Example: 572bd576-8c92-4901-ab2a-b16e38144813
Allow null incase insert a new entity
state
integer
 

The entity state of this object

  • 0 = None
  • 1 = Insert
  • 2 = Delete
  • 3 = Update
 
deleted
boolean
  Is this object deleted  
inserted
boolean
  Is this object inserted  
version
string
Y The version  
created
datetime in ISO 8601 format
Y The created datetime  
createdBy
string
  The creator  
modified
datetime in ISO 8601 format
Y The modification datetime  
modifiedBy
string
  The user who last modified this object  
Sample:
 {
   "id" : "e4c784eb-3e41-4849-925c-a9094b73dfb7",
   "tenantID" : "acme",
   "name" : "ACME Corporation",
   "description" : null,
   "active" : true,
   "deleted" : false,
   "modules" : "Abc/.../Def==",
   "modified" : "2016-05-22T03:27:13.5070000+07:00",
   "tenantGroups": [],
   "tenantModules" : ["Report Template/ Component", "Scheduling"]
}