Skip to main content
POST
/
v1.0
/
subscriptions
/
features
/
assignments
/
update
Update Feature Assignment
curl --request POST \
  --url https://api.telegent.com/v1.0/v1.0/subscriptions/features/assignments/update \
  --header 'Content-Type: application/json' \
  --data '
{
  "FeatureAssignmentId": "FAID-00000001-0000-0000-0000-000000000001",
  "FeatureId": "FEID-00000001-0000-0000-0000-000000000001",
  "SubscriptionId": "SUB-ef84c0b5-d750-4a5a-99b1-4705089cd20c"
}
'
{
  "FeatureAssignmentId": "FAID-00000001-0000-0000-0000-000000000001",
  "FeatureId": "FEID-00000001-0000-0000-0000-000000000001",
  "SubscriptionId": "SUB-ef84c0b5-d750-4a5a-99b1-4705089cd20c",
  "Active": true
}

Body

Update_Feature_Assignment_Request object

FeatureAssignmentId
string
required

ID of the feature assignment to update (FAID-).

Example:

"FAID-00000001-0000-0000-0000-000000000001"

FeatureId
string | null

Replacement feature ID (FEID-).

Example:

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

SubscriptionId
string | null

Replacement subscription ID (SUB-).

Example:

"SUB-ef84c0b5-d750-4a5a-99b1-4705089cd20c"

Response

Updated feature assignment record

The response is of type object.