Charge Definitions REST Endpoints

Pricing Setup/Charge Definitions
These endpoints support administration of CPQ Pricing Charge Definitions.
Add a Charge Definition
Method: post
Path: /rest/v19/pricingSetup/chargeDefinitions
Delete a Charge Definition
Method: delete
Path: /rest/v19/pricingSetup/chargeDefinitions/{code}
Get a Charge Defintion
Method: get
Path: /rest/v19/pricingSetup/chargeDefinitions/{code}
Get All Charge Definitions
Method: get
Path: /rest/v19/pricingSetup/chargeDefinitions
Update a Charge Definition
Method: patch
Path: /rest/v19/pricingSetup/chargeDefinitions/{code}