Create Feature Assignment
Subscriptions
Create Feature Assignment
Assign an existing feature to a subscription, enabling that subscription to use the feature’s capability.
What this does: Returns the new FeatureAssignmentId and assignment record. A feature can be assigned to multiple subscriptions; each assignment is tracked independently.
Next steps:
- View all assignments for this feature —
GET /v1.0/subscriptions/features/assignments - Remove the assignment —
POST /v1.0/subscriptions/features/assignments/delete
POST
Create Feature Assignment
Body
Feature_Assignment object
Response
Success — returns the new feature assignment ID and record
The response is of type object.