POST api/Adminpage/updateSubscriptionFeaturevalue?UserID={UserID}&vSubscription_Plan_Id={vSubscription_Plan_Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
Required |
|
| vSubscription_Plan_Id | integer |
Required |
Body Parameters
Collection of ClientDataFeature| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanFeature | string |
None. |
|
| FeatureID | string |
None. |
|
| AddonID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"PlanFeature": "sample string 1",
"FeatureID": "sample string 2",
"AddonID": 3
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.