Change an existing add-on to a different product offering (upgrade or downgrade).
This endpoint allows you to change an existing add-on attached to a subscription to a different add-on product offering. The change can be scheduled for immediate or future execution.
When the change takes effect depends on the new product offering chosen, billing cycle, and the preferred schedule date provided in the request.
An API key that grants access to the Connect API. You can create and manage API keys in the portal.
A unique key to ensure idempotency of requests. If a request with the same key has already been processed, the same result will be returned. The key must be unique for each distinct operation. Keys are expired after 24 hours, but we recommend using a new key for each request.
Modified requests with the same idempotency keys are rejected with a 409 Conflict status code.
256The unique identifier of the subscription.
Request to change an existing add-on to a different product offering.
The unique identifier of the subscription addon instance to change.
"addon-instance-123"
The unique identifier of the new add-on product offering to change to.
"addon-data-5gb"
Earliest date to perform the change on. If the change schedule doesn't fit this date, the earliest date after this will be chosen.
"2024-02-01"
Reason for the change.
"Customer upgrade request"
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.
Add-on change scheduled successfully.
An add-on option for a subscription.
The unique identifier of the subscription add-on.
The unique identifier of the subscription this add-on belongs to.
The status of an add-on on a subscription.
PENDING, ACTIVE, CANCELLED Embedded representation of a product offering.
A product group organizes related product offerings.
Essential license information without sensitive details.
Details about when a pending status change is scheduled for this add-on.
Details about the product offering that is scheduled to be applied to this add-on.
The date and time when the add-on was added to the subscription.
The date and time when the add-on was last updated.
The date and time when the add-on was cancelled (if applicable).¨
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.