Update a Pricing Matrix Template
patch
/rest/v19/pricingSetup/matrixTemplates/{templateVariableName}
Use this endpoint to update the specified pricing matrix template.
Request
Supported Media Types
- application/json
Path Parameters
Response
204 Response
Success
Examples
The following examples show how to update the specified pricing matrix template by submitting a PATCH request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl - X PATCH -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/pricingSetup/matrixTemplates/testMatrixTemp1
Request Body Sample
{ "active": false }