Add an add-on to a subscription.
This endpoint includes adding an add-on to a subscription. The add-on can be scheduled to be activated immediately or at a future date.
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 add an add-on to a subscription.
The unique identifier of the add-on product offering to add.
The date when the add-on should be added. If not provided, the add-on will be added immediately or according to the default schedule.
"2024-03-01"
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.
Add-on added 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.