Charge Definitions REST Endpoints
Pricing Setup/Charge Definitions
These endpoints support administration of CPQ Pricing Charge Definitions.
- Add a Charge Definition
- Method: postPath:
/rest/v19/pricingSetup/chargeDefinitions - Delete a Charge Definition
- Method: deletePath:
/rest/v19/pricingSetup/chargeDefinitions/{code} - Get a Charge Defintion
- Method: getPath:
/rest/v19/pricingSetup/chargeDefinitions/{code} - Get All Charge Definitions
- Method: getPath:
/rest/v19/pricingSetup/chargeDefinitions - Update a Charge Definition
- Method: patchPath:
/rest/v19/pricingSetup/chargeDefinitions/{code}