Subscription Balance Profile Categories REST Endpoints
Subscription Balance Profiles/Subscription Balance Profile Categories
The subscription balance profile category denotes all valid categories that can be applied to a balance profile. You can also select the required category and its precedence.
- Create a balance profile category
- Method: postPath:
/crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCategories - Delete a balance profile category
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCategories/{BalanceProfileCategoryNumber} - Get a balance profile category
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCategories/{BalanceProfileCategoryNumber} - Get all balance profile categories
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCategories - Update a balance profile category
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCategories/{BalanceProfileCategoryNumber}