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: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCategories
Delete a balance profile category
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCategories/{BalanceProfileCategoryNumber}
Get a balance profile category
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCategories/{BalanceProfileCategoryNumber}
Get all balance profile categories
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCategories
Update a balance profile category
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCategories/{BalanceProfileCategoryNumber}