Build All Pricing Matrix Template Indices

post

/rest/v19/pricingSetup/matrixTemplates/actions/buildIndex

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

Request

There are no request parameters for this operation.

Back to Top

Response

204 Response

Success
Back to Top

Examples

The following example shows how to build indices for all Pricing Matrix Templates 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/actions/buildIndex

Response

Success Response - 204

Back to Top