Groups REST APIs

Oracle CPQ 25D adds the following endpoints to support granular access control for price models and price agreements.

Get Pricing Access Rights for a Group

This endpoint retrieves group access rights for the specified pricing segment (Price Models or Price Agreements).

  • Endpoint: /rest/v19/companies/{companyLoginName}/groups/{groupVarName}/segments/_pricing/subSegments/{segmentVarName}/accessRights
  • Method: GET

Update Pricing Access Rights for a Group

This endpoint updates group access rights for the specified pricing segments (Price Models or Price Agreements).

  • Endpoint: /rest/v19/companies/{companyLoginName}/groups/{groupVarName}/segments/_pricing/subSegments/{segmentVarName}/accessRights
  • 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.