Renew a subscription
Last updated
Last updated
This method converts the subscription renewal type by including the subscription ID in the {subId} URI path parameter and the autoRenewal type in the request body. The renewal type change is allowed only for these subscription states: Subscribed, Pending activation, and Trial.
The subscription's ID.
Auto renewal type boolean
Accepted
This method changes the subscription renewal product by including the subscription ID in the {subId} URI path parameter and the renewalProductID in the request body.
The subscription's ID.
Renewal product id
Accepted
This method modifies the subscription renewal quantity by including the subscription ID in the {subId} URI path parameter and the renewalQuantity in the request body.
The subscription's ID.
Renewal quantity
Accepted
This method changes the subscription renewal price by including the subscription ID in the {subId} URI path parameter and the renewalUnitPrice in the request body.
The subscription's ID.
Renewal unit price
Accepted