Subscriptions REST Endpoints
Store/SelfService/Subscriptions
Subscription Endpoints
- Get change reasons for subscription products
- Method: getPath:
/ccstore/v1/selfservice/subscriptionProducts/changeReasons - List the Recurring billing records of subscription product line.
- Method: getPath:
/ccstore/v1/selfservice/subscriptionProducts/{subscriptionProductPuId}/billLines - Modify subscription products
- Method: postPath:
/ccstore/v1/selfservice/subscriptionProducts/modify - Preview subscription products
- Method: postPath:
/ccstore/v1/selfservice/subscriptionProducts/preview - Retrieves all active subscriptions associated with the organization of logged in profile
- Method: getPath:
/ccstore/v1/selfservice/subscriptionProducts - Retrieves the list of covered assets of a subscription product
- Method: getPath:
/ccstore/v1/selfservice/subscriptionProducts/{pSubscriptionProductPuId}/coveredAssets - Retrieves the pricing matrix rules for a subscription product
- Method: getPath:
/ccstore/v1/selfservice/subscriptionProducts/{subscriptionProductPuId}/pricingMatrixesRules - Retrieves the subscription product detail based on id
- Method: getPath:
/ccstore/v1/selfservice/subscriptionProducts/{id} - Retrieves the Subscription product pricing charges
- Method: getPath:
/ccstore/v1/selfservice/subscriptionProducts/{id}/charges - Retrieves the subscription product rate plan charges
- Method: getPath:
/ccstore/v1/selfservice/subscriptionProducts/{subscriptionProductPuId}/ratePlanCharges/{requestedRatePlanId} - Retrieves the subscription product usages trend
- Method: getPath:
/ccstore/v1/selfservice/subscriptionProducts/{subscriptionProductPuId}/subscriptionBalanceRegisters/{balanceRegisterId}/registerAllowances - Terminates subscription products
- Method: postPath:
/ccstore/v1/selfservice/subscriptionProducts/terminate