Collaborative Quote Queue REST APIs

Oracle CPQ 24C introduces the following Collaborative Queue REST APIs.

Get Collaborative Quote Queue

Use this endpoint to retrieve queued tasks for the specified transaction.

  • Endpoint: /rest/v16/collabOperationQueues/{bsId}
  • Method:  GET

Clear Collaborative Queue

Use this endpoint to reset the collaborative queue for the specified transaction. This will cancel every operation that is executing or queued at the time that the request is processed.

  • Endpoint: /rest/v16/collabOperationQueues/{bsId}/actions/clearCurrentQueue
  • Method:  POST

The new REST APIs support collaborative quoting architecture enhancements.

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.