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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Request
[
{
"DataType": 0,
"Name": "string",
"StringValue": "string",
"DateValue": "2016-10-31T18:55:05.405Z",
"zzValId": 0,
"LicenseType": 0,
"Limit": 0,
"zzVal": "string"
}
]