Create Feature
Create a new feature that can be assigned to subscriptions. Features represent optional add-on capabilities such as international roaming, VoIP, SMS bundles, or data speed tiers.
What this does: Returns the new FeatureId and full feature record. After creating a feature, assign it to subscriptions using POST /v1.0/subscriptions/features/assignments/add.
Next steps:
- Assign to a subscription —
POST /v1.0/subscriptions/features/assignments/add - View feature details —
GET /v1.0/subscriptions/features
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Feature object
Your Telegent account identifier (AID-). Scopes the feature to this account.
"AID-1234567"
Human-readable name for this feature.
"International Roaming"
Category of the feature. Examples: Data, Voice, SMS, Roaming, VoIP.
"Roaming"
Optional description of what this feature provides.
"Enables data and voice while roaming internationally."
Response
Success — returns the new feature ID and record
The response is of type object.