Company REST APIs
Oracle CPQ 25D adds the following endpoints to support granular access control for price models and price agreements.
Get Price Model Access Rights for the Host Company or for a Partner Organization
- Endpoint:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}/segments/_pricing/subSegments/priceModels/accessRights
- Method: GET
Get Price Agreement Access Rights for the Host Company or for a Partner Organization
- Endpoint:
/rest/v19/companies/{companyLoginName}/groups/{groupVarName}/segments/_pricing/subSegments/priceAgreements/accessRights
- Method: GET
Update Pricing Access Rights for a Group
- Endpoint:
/rest/v19/groups/{groupVarName}/segments/_pricing/actions/updateAccessRights
- Method: POST
Group REST API enhancements provide web service support for group access rights for price models and price agreements.
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.