Skip to content

Cloud Architecture‐Change plan

Sandesh Menath edited this page Oct 26, 2023 · 2 revisions

6. Perform Product Upgrade or Downgrade

  • Endpoint: /performProductUpgradeOrDowngrade
  • Method: POST
  • Description: Perform product upgrade or downgrade for a tenant.

Request Parameters

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.

Sample Request

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.

Clone this wiki locally