Charge Support for Update Pricing Data REST APIs
Beginning in Oracle CPQ 25C the following endpoints will support updates for charges.
Update Price Model Pricing Data
- Endpoint:
/rest/v19/pricingSetup/models/{agreementVariableName}/data
- Method: PATCH
Update Price Agreement Pricing Data
- Endpoint:
/rest/v19/pricingSetup/agreements/{modelVariableName}/data
- Method: PATCH
Customers can more easily integrate pricing data between an external pricing sources and Pricing Engine using Pricing Data using REST API web services.
Steps to Enable
Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.