All Products
Search
Document Center

Marketplace:renewInstance

Last Updated:Apr 02, 2025

After a customer renews the subscription of a software as a service (SaaS) product, Alibaba Cloud Marketplace calls this operation to instruct the independent software vendor (ISV) to update the expiration time of the SaaS instance for the customer.

Request parameters

ParameterRequiredTypeDescription
actionYesStringThe operation that you want to perform. Set the value to renewInstance.
instanceIdYesStringThe ID of the SaaS instance.
orderIdYesStringThe ID of the order in Alibaba Cloud Marketplace.
expiredOnYesDateTimeThe time when the SaaS product expires, in the yyyy-MM-dd HH:mm:ss format.
tokenYesStringThe token for security verification.

Response parameters

ParameterRequiredTypeDescription
successYesBooleanIndicates whether the operation was successful.

Sample requests

http://example.aliyundoc.com?token=9b7dfb7b363fb2380896f24a34a9d6c9&action=renewInstance&instanceId=1&orderId=205060317920890&expiredOn=2013-01-01 01:01:01 

Sample responses

{"success":"true"}