Changes the portal pricing plan with the parameters specified in the request.
Name | Description | Type | Example |
activeUsers
sent in Body
|
Number of active users | integer | 50 |
dueDate
sent in Body
|
End date of portal pricing plan | Date | 2016-07-13 |
features
sent in Body
|
List of available features | string | "whitelabel" |
maxTotalSize
sent in Body
|
Maximum size of the available disk space measured in bytes** | long | 1073741824 |
maxFileSize
sent in Body
|
Maximum size of the uploaded files measured in bytes** | long | 104857600 |
portalName*
sent in Body
|
Portal name | string | "example" |
The description of the portal and the portal pricing plan
{ "tariff": { "activeUsers": 50, "dueDate": "2016-07-13", "features": "whitelabel", "maxFileSize": 104857600, "maxTotalSize": 1073741824 }, "tenant": { "created": "2010-07-07T15:46:00", "domain": "example.com", "language": "en-US", "ownerId": "78e1e841-8314-48465-8fc0-e7d6451b6475", "portalName": "example", "status": "Active", "tenantId": 1, "timeZoneName": "UTC" } }