Authorizations
An API key that grants access to the Connect API. You can create and manage API keys in the portal.
Headers
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.
256
Path Parameters
The unique identifier of the license.
Body
The product offering change request.
Request to change the product offering of a license.
The unique identifier of the new product offering.
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"
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.
Response
Product offering change scheduled.
A license represents a permission to use a software product with embedded customer and product offering details.
The unique identifier for the license.
The status of the license.
PENDING
, ACTIVE
, PAUSED
, CANCELLED
, BLOCKED
The type of license, categorizing the software product or service into various telecommunications license types.
Customer information embedded in responses. Sensitive details require separate API calls with appropriate authorization.
Embedded representation of a product offering.
The date and time when the license was activated.
The date and time when the license was created.
The date and time when the license was last updated.
The unique identifier for the customer.
The unique identifier for the product offering.
Assignment details for a license, indicating what entity the license is assigned to. This embedded version includes additional display information for each assignment type.
License assigned to a subscription
Additional license details specific to certain license types.
Details about when a pending status change is scheduled for this license.
Embedded representation of a product offering.
The date and time when the license was cancelled (if applicable).
The date and time when the license was paused (if applicable).
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.