Get a Rate Card Template Column Translation
get
/rest/v19/pricingSetup/rateCardTemplates/{templateVariableName}/columns/{id}/translations/{languageCode}
Use this endpoint to retrieve the specified language translation for a rate card template column.
Request
Path Parameters
Query Parameters
-
fields: string
This parameter filters the resource attributes. Only the specified attributes are returned, which means that if no attributes are specified, all attributes are returned.
Response
Supported Media Types
- application/json
200 Response
Success
Examples
The following example shows how to retrieve a Rate Card Template column translation by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl -X GET -H "Authorization: Bearer <token>" -H "Accept: application/json" https://sitename.oracle.com/rest/v19/pricingSetup/rateCardTemplates/dataUsageRateCardTemplate/columns/36991124/de
Response Body Sample
{ "languageCode": "de", "languageLabel": "German", "name": "Vom Land", "description": "" }