Get Action Translations
get
/rest/v19/commerceProcesses/{processVarName}/documents/{docVarName}/actionDefs/{actionVarName}/translations
This service returns all language translations for an action.
Request
Path Parameters
-
actionVarName(required): string
Action Variable Name
-
docVarName(required): string
Document Variable Name
-
processVarName(required): string
Process Variable Name
Response
Default Response
Nested Schema : CommerceActionTranslations
Type:
Show Source
object
-
description:
string
Title:
Description
Description -
label:
string
Title:
Label
Label -
language:
object language
-
links:
object actionTranslationLinks
Nested Schema : language
Type:
Show Source
object
-
languageCode:
string
Title:
Language Code
Unique language code -
languageNumber:
integer
Title:
Language Number
Unique language number.
Nested Schema : actionTranslationLinks
Type:
Show Source
object
-
parent:
string
Link to parent Commerce process document action.
Examples
The following example shows how to retrieve translations for the specified action 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 "Content-type: application/json" https://sitename.oracle.com/rest/v19/commerceProcesses/oraclecpqo/documents/transaction/actionDefs/_update_line_items/translations