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
Path Parameters
Body ()
Root Schema : PricingMatrixTemplate
Type: object
Show Source
Back to Top

Response

204 Response

Success
Back to Top

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
}
Back to Top