Build All Indices for Pricing Matrix Template

post

/rest/v19/pricingSetup/matrixTemplates/{templateVariableName}/actions/buildIndex

Use this endpoint to build all indices for a Pricing Matrix Template.

Request

Supported Media Types
Path Parameters
Back to Top

Response

204 Response

Success
Back to Top

Examples

The following example shows how to build an index for the specified Pricing Matrix Template by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X POST -H "Authorization: Bearer <token>" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v19/pricingSetup/matrixTemplates/testMatrixTemp1/actions/buildIndex

Response

Success Response - 204

Back to Top