Subscription Balance Profile Charges REST Endpoints

Subscription Balance Profiles/Subscription Balance Profile Charges
The subscription balance profile charges resource is used to view a balance profile charges.
Create a balance profile charge
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCharges
Delete a balance profile charge
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCharges/{BalanceProfileChargeNumber}
Get a subscription balance profile charge
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCharges/{BalanceProfileChargeNumber}
Get all subscription balance profile charges
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCharges
Update a balance profile charge
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCharges/{BalanceProfileChargeNumber}