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: postPath:
/crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCharges - Delete a balance profile charge
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCharges/{BalanceProfileChargeNumber} - Get a subscription balance profile charge
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCharges/{BalanceProfileChargeNumber} - Get all subscription balance profile charges
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCharges - Update a balance profile charge
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/subscriptionBalanceProfiles/{BalanceProfileNumber}/child/profileCharges/{BalanceProfileChargeNumber}