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 identifier of the subscription. May be the entity's internal UUID or an external reference identifier.
Reference identifiers MUST be prefixed with rid_ (e.g., rid_crm-subscription-12345) so the API
can distinguish them from internal UUIDs. The prefix is stripped before lookup.
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, EXPIRED A reference identifier provided by API clients or upstream provider integrations to identify this subscription add-on in their own systems. Unique per tenant when set. Use this field to look up add-ons by your external identifier (for example a provider-side package ID). Typically populated by a workflow once the add-on has been provisioned with the underlying network provider.
255"telna-package-12345"
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).
The date and time when the add-on expired (if applicable).
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.