Skip to main content
POST
/
v1.0
/
subscriptions
/
features
/
update
Update Feature
curl --request POST \
  --url https://api.telegent.com/v1.0/v1.0/subscriptions/features/update \
  --header 'Content-Type: application/json' \
  --data '
{
  "FeatureId": "FEID-00000001-0000-0000-0000-000000000001",
  "FeatureName": "Global Roaming Plus",
  "FeatureType": "Roaming",
  "FeatureDescription": "Enables data, voice, and SMS while roaming internationally."
}
'
{
  "FeatureId": "FEID-00000001-0000-0000-0000-000000000001",
  "AccountId": "AID-1234567",
  "FeatureName": "International Roaming",
  "FeatureType": "Roaming",
  "FeatureDescription": "Enables data and voice while roaming internationally.",
  "Active": true
}

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

Update_Feature_Request object

FeatureId
string
required

ID of the feature to update (FEID-).

Example:

"FEID-00000001-0000-0000-0000-000000000001"

FeatureName
string | null

Updated feature name.

Example:

"Global Roaming Plus"

FeatureType
string | null

Updated category: Data, Voice, SMS, Roaming, or VoIP.

Example:

"Roaming"

FeatureDescription
string | null

Updated description.

Example:

"Enables data, voice, and SMS while roaming internationally."

Response

Updated feature record

The response is of type object.