After a customer upgrades a software as a service (SaaS) product, Alibaba Cloud Marketplace calls this operation to instruct the independent software vendor (ISV) to upgrade the SaaS instance to the target SKU. The expiration time of the SaaS instance remains unchanged after the upgrade.

Request parameters

Parameter Required Type Description
action Yes String The operation that you want to perform. Set the value to upgradeInstance.
instanceId Yes String The ID of the SaaS instance.
skuId Yes String The ID of the target SKU.
token Yes String The token for security verification.

Response parameters

Parameter Required Type Description
success Yes Boolean Indicates whether the operation was successful.

Sample requests

http://example.aliyundoc.com?token=9b7dfb7b363fb2380896f24a34a9d6c9&action=upgradeInstance&instanceId=1&skuId=cmgj00001

Sample responses

{"success":"true"}