Charge Definitions REST Endpoints

Pricing Setup/Charge Definitions
These endpoints enable administration of Pricing Portal charge definitions using REST API services.
Add Charge Definition
Method: post
Path: /rest/v16/pricingSetup/chargeDefinitions
Delete Charge Definition
Method: delete
Path: /rest/v16/pricingSetup/chargeDefinitions/{code}
Get Charge Definitions
Method: get
Path: /rest/v16/pricingSetup/chargeDefinitions
Get Charge Defintion
Method: get
Path: /rest/v16/pricingSetup/chargeDefinitions/{code}
Update Charge Definition
Method: patch
Path: /rest/v16/pricingSetup/chargeDefinitions/{code}