Subscription Profile Balance Codes REST Endpoints

Subscription Balance Profiles/Subscription Profile Balance Codes
The subscription balance profile balance codes resource is used to view, create, update, and delete a balance profile balance code.
Create a balance profile balance code
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileBalanceCodes
Delete a balance profile balance code
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileBalanceCodes/{ProfileBalanceCodeNumber}
Get a balance profile balance code
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileBalanceCodes/{ProfileBalanceCodeNumber}
Get all balance profile balance codes
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileBalanceCodes
Update a balance profile balance code
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileBalanceCodes/{ProfileBalanceCodeNumber}