curl --request POST \
--url https://api.example.com/v1.0/subscriptions/features/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"AccountId": "<string>",
"DistributorId": "<string>",
"AggregatorId": "<string>",
"Active": true,
"FeatureId": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1.0/subscriptions/features/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"AccountId": "<string>",
"DistributorId": "<string>",
"AggregatorId": "<string>",
"Active": true,
"FeatureId": "<string>"
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Update_Feature_Request object
Success