UpdateUnivMessageTranslation
Use this action to update an environment message translation.
Required parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
language | Alphanumeric string |
The language name defined in LANGDEF. Minimum length for strings is 1. Maximum length for strings is 10. |
messageId | Alphanumeric string |
The ID of the univMesage. It must exist on the default language. Maximum length for strings is 80. |
univMessage | Alphanumeric string |
The replacement for the default message. Maximum length for strings is 80. |
Filter OPERATORS | Description |
---|---|
EQ | Equals |
NE | Not Equal |
LT | Less than |
LE | Less than or equal |
GT | Greater than |
GE | Greater than or equal |
IC | Ignore Case. Prepend to Operator. Ex. EQIC |
F | Field to Field match. Append to Operator. Ex. FEQ |
XML Request Format
Format of the request XML payload for POST method calls. Note that these must always be wrapped by <ACTION> nodes.
<ACTION>
<UNIVMESSAGEXLT messageId=" UserName" language="FRFR" univMessage="UserName1" ></UNIVMESSAGEXLT>
</ACTION>