Pending Configurations REST API
Oracle CPQ 25A introduces the following endpoints for pending configurations.
Get Pending Configurations
Use this endpoint to retrieve all pending configurations for the current user.
- Endpoint:
/rest/v18/pendingConfigurations
- Method: GET
Get a Pending Configuration
Use this endpoint to retrieve the specified pending configuration.
- Endpoint:
/rest/v18/pendingConfigurations/{id}
- Method: GET
This REST API provides web service support to pending configurations.
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.