Next Topic

Previous Topic

Book Contents

Rename Tenant

Renames the tenant partition.

PUT /tenantmanagement/tenant

Headers

Model Schemas

Field

Datatype

Filterable

Sortable

Active

boolean

 

 

Suspended

boolean

 

 

Id

decimal

 

 

Ref

string

 

 

Type

string

 

 

TimeZoneOff

int

 

 

Attributes

string

 

 

Sample Response Model

{
  "Result": {
    "Active": true,
    "Suspended": true,
    "Id": 0,
    "Ref": "string",
    "Type": "string",
    "TimeZoneOffset": 0,
    "Attributes": {}
  },
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}