Update Pricing Matrix Template Translations
put
/rest/v19/pricingSetup/matrixTemplates/{templateVariableName}/translations
Use this endpoint to update the specified pricing matrix template translations.
Request
Supported Media Types
- application/json
Path Parameters
Root Schema : PricingMatrixResourceTranslationInput
Type:
Show Source
object-
translations:
array Translations
Title:
TranslationsThe list of translations.
Nested Schema : PricingMatrixResourceTranslation
Type:
Show Source
object-
createdBy:
Created By
Title:
Created ByRead Only:trueThe details of the user who created the record. -
description:
string()
Title:
Display DescriptionDisplay description of pricing matrix template column. -
groupAccessEnabled:
boolean()
Title:
Group Access EnabledRead Only:trueIndicates whether the user has access to the groups segment -
languageCode:
string()
Title:
Language CodeLanguage code. -
languageLabel:
string()
Title:
Display Language LabelDisplay language label in the given language code. -
lastModifiedBy:
Last Modified By
Title:
Last Modified ByRead Only:trueThe details of the user who modified the record. -
links:
array Links
Title:
LinksRead Only:trueThe link relations associated with the resource instance. -
name:
string()
Title:
Display Column NameDisplay name of pricing matrix template column. -
segmentLevelAccessType:
string()
Title:
Segment-level Access TypeRead Only:trueSegment-level Access Type
Nested Schema : Created By
Title:
Created ByRead Only:
trueThe details of the user who created the record.
Match All
The details of the user who created the record.
Show Source
Nested Schema : Last Modified By
Title:
Last Modified ByRead Only:
trueThe details of the user who modified the record.
Match All
The details of the user who modified the record.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksRead Only:
trueThe link relations associated with the resource instance.
Show Source
Nested Schema : UserDetails
Type:
Show Source
object-
emailId:
string()
Title:
Email IdEmail Id of the user -
firstName:
string()
Title:
First NameFirst Name of the user -
lastName:
string()
Title:
Last NameLast Name of the user
Response
204 Response
Success
Examples
The following example shows how to add Rate Card translations by submitting a PUT request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl - X PUT -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/pricingSetup/matrixTemplates/testMatrixTemp1/translations
Request Body
[{
"languageCode": "en",
"name": "From Country",
"description": "...."
}, {
"languageCode": "de",
"name": "Vom Land",
"description": "...."
},
.....
]