Pricing Setup REST API Updates

The following REST endpoints are used to support productized extensible outputs from a Pricing Matrix.

Build Pricing Matrix Template Indices

Use this endpoint to build indices for all Pricing Matrix Templates.

  • Endpoint: /rest/v18/pricingSetup/matrixTemplates/actions/buildIndex
  • Method:  POST

Build a Pricing Matrix Template Index

Use this endpoint to build indices for the specified Pricing Matrix Template.

  • Endpoint: /rest/v18/pricingSetup/matrixTemplates/{templateVariableName}/actions/buildIndex
  • Method:  POST

This REST API provides web service support to productized extensible outputs.

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.