-
Notifications
You must be signed in to change notification settings - Fork 121
Cloud Architecture‐Change plan
Sandesh Menath edited this page Oct 26, 2023
·
2 revisions
-
Endpoint:
/performProductUpgradeOrDowngrade
-
Method:
POST
- Description: Perform product upgrade or downgrade for a tenant.
Parameter Name | Type | Required | Description |
---|---|---|---|
app_key |
string | required | Your secret key. |
installation_path |
string | required | The installation path of the tenant. |
licenseCode |
string | required | The new license code. |
product_id |
integer | required | The product ID. |
POST /performProductUpgradeOrDowngrade
Content-Type: application/json
{
"app_key": "YOUR_THIRD_PARTY_APP_KEY",
"installation_path": "tenant-installation-path",
"licenseCode": "new-license-code",
"product_id": 123
}
We suggest following the same structure for this.
Did you find it helpful? If not email us on [email protected]
- Server Requirement
- Installation with Apache 2.4
- Installation with cPanel
- Cron Job or any Job scheduler
Products
Users
Orders
Invoice
Pages
Settings
- Overview
- Check the Domain
- Download
- Latest Version
- Verify Product
- Renewal URL
-
Cloud APIs and Integration
- Tenant Creation API
- Change Domain API
- View Tenant
- Get Tenants
- Delete Tenant
- Delete Cloud Instance for Client
- Enable Cloud
- Domain Cloud Autofill
- Order Domain Cloud Autofill
- Upgrade Cost Calculator API Documentation
- Agent Alteration API Documentation
- Upgrade/Downgrade Cloud Service API Documentation
- Currency Formatting API Documentation
- Currency Format Processing API Documentation
- Payment Calculation API Documentation
- Update User Session API Documentation