All Products
Search
Document Center

Marketplace:Renew Instance

Last Updated:Dec 01, 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

Parameter

Required

Type

Description

action

Yes

String

The operation that you want to perform. Set the value to renewInstance.

instanceId

Yes

String

The ID of the SaaS instance.

orderId

Yes

String

The ID of the order in Alibaba Cloud Marketplace.

expiredOn

Yes

DateTime

The time when the SaaS product expires, in the yyyy-MM-dd HH:mm:ss format.

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=renewInstance&instanceId=1&orderId=205060317920890&expiredOn=2013-01-01 01:01:01 

Sample responses

{"success":"true"}