Next Topic

Previous Topic

Book Contents

Set Tenant License Limit

Updates a selected license within a specified tenant. Typically only the Limit field is updated.

PUT /tenantmanagement/tenant/modules/licenses/{tenantId}

Headers

Model Schemas

Field

Datatype

Filterable

Sortable

DataType

decimal

 

 

Name

int

 

 

StringValue

int

 

 

DateValue

int

 

 

Field

Datatype

Filterable

Sortable

zzValId

Int32

 

 

LicenseType

Int32

 

 

Limit

Decimal

 

 

zzVal

String

 

 

Sample Request

[
  {
    "DataType": 0,
    "Name": "string",
    "StringValue": "string",
    "DateValue": "2016-10-31T18:55:05.405Z",
    "zzValId": 0,
    "LicenseType": 0,
    "Limit": 0,
    "zzVal": "string"
  }
]